We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a1e9b commit 993ab2bCopy full SHA for 993ab2b
1 file changed
src/term_ctl.ts
@@ -575,7 +575,8 @@ export class WrappedTerminal extends Terminal {
575
576
if (typeof window !== "undefined") {
577
this.write(NEWLINE);
578
- this.writeln(`OS unrecoverable? Visit ${window.location.origin}/recover_fs for options to recover your filesystem.`);
+ this.writeln("OS unrecoverable?")
579
+ this.writeln(`Visit ${window.location.origin}/recover_fs if stuck.`);
580
}
581
582
this.writeln(ANSI.STYLE.reset_all);
0 commit comments