* Temporary fix for MAJOR global temp cleanup bug: comment out node-temp .cleanup() methods
* Don't move temp uploads to area directory until user submit/completed * New file util module
This commit is contained in:
@@ -339,9 +339,13 @@ function populateFileEntryWithArchive(fileEntry, filePath, stepInfo, iterator, c
|
||||
});
|
||||
}, () => {
|
||||
// cleanup, but don't wait...
|
||||
/*
|
||||
:TODO: fix global temp cleanup issue!!!
|
||||
|
||||
temp.cleanup( err => {
|
||||
// :TODO: Log me!
|
||||
});
|
||||
});*/
|
||||
|
||||
return callback(null);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user