Skip to content

Commit

Permalink
#2 Adds some comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fvclaus committed Feb 23, 2020
1 parent e13fe94 commit ca52dea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const rimraf = require('rimraf')
const { exec } = require("child_process");

// Received EBUSY: resource busy or locked, rmdir 'D:\a\vsc-sort-json-array\vsc-sort-json-array' on github
// I don't know whats going on there, but it requires no cleanup anyway
if (!process.env.GITHUB_ACTIONS) {
rimraf('out/', (err) => {
if (err) {
Expand Down

0 comments on commit ca52dea

Please sign in to comment.