diff --git a/bin/compile.js b/bin/compile.js index 86bdd8a..3c24791 100755 --- a/bin/compile.js +++ b/bin/compile.js @@ -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) {