Merge branch 'louislam:master' into master

pull/1828/head
Unai Tolosa Pontesta 2 years ago committed by GitHub
commit f8def5aa6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ function updateWiki(newVersion) {
function safeDelete(dir) { function safeDelete(dir) {
if (fs.existsSync(dir)) { if (fs.existsSync(dir)) {
fs.rmdirSync(dir, { fs.rm(dir, {
recursive: true, recursive: true,
}); });
} }

Loading…
Cancel
Save