loadFile($filename); } else { $editor->loadDocument((object)[]); } set_exception_handler(function (\Throwable $t) use ($terminal) { register_shutdown_function(function () use ($t, $terminal) { $terminal->shutdown(); echo $t."\n"; }); }); $editor->run();