Skip to content

Commit 5df7cca

Browse files
committed
Upgrade lib
1 parent 02d29cd commit 5df7cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/service/agent.js

+1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ async function executeJob(jobInfo, keepFiles) {
231231
// tmpDir.removeCallback();
232232
try {
233233
console.log('QQQQQQ1 tmpDirPath', tmpDirPath);
234+
console.log('QQQQQQ1 fs', fs);
234235
fs.rmSync(tmpDirPath, { recursive: true, force: true });
235236
console.log('QQQQQQ2 tmpDirPath', tmpDirPath);
236237
} catch (err) {

0 commit comments

Comments
 (0)