diff --git a/packages/cli/src/commands/run.ts b/packages/cli/src/commands/run.ts index 4f1d60a4..420cad2b 100644 --- a/packages/cli/src/commands/run.ts +++ b/packages/cli/src/commands/run.ts @@ -576,6 +576,7 @@ function runBashScript( console.error(); p.log.warn("SSH connection lost. Your server is likely still running."); p.log.warn("To reconnect, re-run the same spawn command."); + return undefined; // Don't report as failure — user already has clear guidance } return errMsg;