mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 20:47:27 +03:00
6d0bdc06dd
Currently when creating a fake ship, if an invalid ship name is given, then the program exits without ever cleaning up the terminal. This results in a bugged termianal that requires closing and repopening or using the `reset` cmd. This commits adds a call to `u3_term_log_exit()` and `fflush(stdout)` before calling `exit(1)` to ensure proper cleanup. Address issue #5914 |
||
---|---|---|
.. | ||
bench | ||
compat | ||
daemon | ||
include | ||
jets | ||
noun | ||
tests | ||
ur | ||
vere | ||
worker | ||
.gitattributes | ||
.gitignore | ||
configure | ||
LICENSE.txt | ||
Makefile | ||
shell.nix | ||
version |