Skip to content

Commit 993ab2b

Browse files
reword the panic hint
1 parent 00a1e9b commit 993ab2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/term_ctl.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,8 @@ export class WrappedTerminal extends Terminal {
575575

576576
if (typeof window !== "undefined") {
577577
this.write(NEWLINE);
578-
this.writeln(`OS unrecoverable? Visit ${window.location.origin}/recover_fs for options to recover your filesystem.`);
578+
this.writeln("OS unrecoverable?")
579+
this.writeln(`Visit ${window.location.origin}/recover_fs if stuck.`);
579580
}
580581

581582
this.writeln(ANSI.STYLE.reset_all);

0 commit comments

Comments
 (0)