mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.67k stars 36 forks source link

Error message formatting when exiting without cd #91

Closed mgunyho closed 1 year ago

mgunyho commented 1 year ago

As of 1.5.0, pressing ctrl-c (or whatever triggers ExitWithoutCd) the message printed to stderr is

Error: ExitWithoutCd("tere: Exited without changing folder")

while it should be just

tere: Exited without changing folder