We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8084cac commit 531bfdaCopy full SHA for 531bfda
lib/detached-processes/cleanup-process.ts
@@ -26,7 +26,6 @@ const executeCleanup = async () => {
26
try {
27
fileLogService.logData({ message: `Start executing action: ${JSON.stringify(action)}` });
28
29
- // TODO: Add timeout for each action here
30
await $childProcess.trySpawnFromCloseEvent(action.command, action.args, {}, { throwError: true, timeout: action.timeout || 3000 });
31
fileLogService.logData({ message: `Successfully executed action: ${JSON.stringify(action)}` });
32
} catch (err) {
0 commit comments