chenbhao commited on
Commit
88db542
·
1 Parent(s): b089a9d

fix: VersperClaw resume when ctrl c

Browse files
Files changed (1) hide show
  1. src/utils/gracefulShutdown.ts +1 -1
src/utils/gracefulShutdown.ts CHANGED
@@ -173,7 +173,7 @@ function printResumeHint(): void {
173
  writeSync(
174
  1,
175
  chalk.dim(
176
- `\nResume this session with:\nclaude --resume ${resumeArg}\n`,
177
  ),
178
  )
179
  resumeHintPrinted = true
 
173
  writeSync(
174
  1,
175
  chalk.dim(
176
+ `\nResume this session with:\nVersperClaw --resume ${resumeArg}\n`,
177
  ),
178
  )
179
  resumeHintPrinted = true