Open blaix opened 2 weeks ago
Currently if gren-tui gets Nothing from Terminal.initialize it will silently exit with status code 1. It should still do that, but print an error message first to explain the problem.
Nothing
Terminal.initialize
To trigger this error case, you can run a gren-tui app from child_process in a node repl.
child_process
Currently if gren-tui gets
Nothing
fromTerminal.initialize
it will silently exit with status code 1. It should still do that, but print an error message first to explain the problem.