Skip to content

Commit 531bfda

Browse files
chore: remove forgotten TODO
1 parent 8084cac commit 531bfda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/detached-processes/cleanup-process.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const executeCleanup = async () => {
2626
try {
2727
fileLogService.logData({ message: `Start executing action: ${JSON.stringify(action)}` });
2828

29-
// TODO: Add timeout for each action here
3029
await $childProcess.trySpawnFromCloseEvent(action.command, action.args, {}, { throwError: true, timeout: action.timeout || 3000 });
3130
fileLogService.logData({ message: `Successfully executed action: ${JSON.stringify(action)}` });
3231
} catch (err) {

0 commit comments

Comments
 (0)