Skip to content

Commit f9d158f

Browse files
committed
updated instructions after exit command
1 parent 7ce5990 commit f9d158f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEditModules/Modules/TerminalEmulator/src/TerminalEmulatorView+Coordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public extension TerminalEmulatorView {
2424
return
2525
}
2626
source.feed(text: "Exit code: \(exitCode)\n\r\n")
27-
source.feed(text: "To restart please close and reopen this file")
27+
source.feed(text: "To open a new session close and reopen the terminal drawer")
2828
TerminalEmulatorView.lastTerminal = nil
2929
}
3030
}

0 commit comments

Comments
 (0)