mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 14:38:25 +00:00
refactor: clarify restoreTerminalState stdin resume option
This commit is contained in:
@@ -23,7 +23,7 @@ export async function runInteractiveOnboarding(
|
||||
throw err;
|
||||
} finally {
|
||||
// Keep stdin paused so non-daemon runs can exit cleanly (e.g. Docker setup).
|
||||
restoreTerminalState("onboarding finish", { resumeStdin: false });
|
||||
restoreTerminalState("onboarding finish", { resumeStdinIfPaused: false });
|
||||
if (exitCode !== null) {
|
||||
runtime.exit(exitCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user