Skip to content

Commit

Permalink
Fix AppVeyor build error
Browse files Browse the repository at this point in the history
  • Loading branch information
pgonzal committed Nov 2, 2018
1 parent 04c6e82 commit 2275b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/remove/rimraf.js
Expand Up @@ -304,7 +304,7 @@ function rmkidsSync (p, options) {
try {
const ret = options.rmdirSync(p, options)
return ret
} catch { }
} catch (er) { }

} while (Date.now() - startTime < 500) // give up after 500ms
} else {
Expand Down

0 comments on commit 2275b7f

Please sign in to comment.