mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 10:46:27 +02:00
uncomment the fix
This commit is contained in:
parent
0299810d6c
commit
5509492a99
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue