fix: VersperClaw resume when ctrl c
Browse files
src/utils/gracefulShutdown.ts
CHANGED
|
@@ -173,7 +173,7 @@ function printResumeHint(): void {
|
|
| 173 |
writeSync(
|
| 174 |
1,
|
| 175 |
chalk.dim(
|
| 176 |
-
`\nResume this session with:\
|
| 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
|