diff --git a/packages/core/src/services/shellExecutionService.ts b/packages/core/src/services/shellExecutionService.ts index 07ea0011b1..344a3c08ed 100644 --- a/packages/core/src/services/shellExecutionService.ts +++ b/packages/core/src/services/shellExecutionService.ts @@ -455,7 +455,7 @@ export class ShellExecutionService { : 'successfully'; return `[Background command completed ${status}. Output saved to ${logPath}]`; }, - completionBehavior: 'notify', + completionBehavior: 'silent', }) : undefined; @@ -797,7 +797,7 @@ export class ShellExecutionService { : 'successfully'; return `[Background command completed ${status}. Output saved to ${logPath}]`; }, - completionBehavior: 'notify', + completionBehavior: 'silent', }).result; let processingChain = Promise.resolve();