uncomment the fix
This commit is contained in:
parent
0299810d6c
commit
5509492a99
|
@ -213,7 +213,7 @@ class Job {
|
||||||
}
|
}
|
||||||
|
|
||||||
async cleanup_filesystem(){
|
async cleanup_filesystem(){
|
||||||
/*
|
|
||||||
for (const clean_path of globals.clean_directories) {
|
for (const clean_path of globals.clean_directories) {
|
||||||
const contents = await fs.readdir(clean_path);
|
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(file_path, { recursive: true, force: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
}*/
|
}
|
||||||
|
|
||||||
await fs.rm(this.dir, { recursive: true, force: true });
|
await fs.rm(this.dir, { recursive: true, force: true });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue