uncomment the fix

This commit is contained in:
Thomas Hobson 2021-04-28 16:11:49 +12:00
parent 0299810d6c
commit 5509492a99
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ class Job {
}
async cleanup_filesystem(){
/*
for (const clean_path of globals.clean_directories) {
const contents = await fs.readdir(clean_path);
@ -224,7 +224,7 @@ class Job {
await fs.rm(file_path, { recursive: true, force: true });
}
}*/
}
await fs.rm(this.dir, { recursive: true, force: true });
}