Resolve "Prettify startup errors reporting"
Compare changes
Files
2+ 5
− 0
@@ -123,6 +123,11 @@ pub fn main(args: args::Run) -> ! {
Added error handling(panic) in case the listen
port is busy.
On top of main loop where tarantool is executed custom panic::hook
has been added to catch all thrown panics in the internal codebase
Closes #216 (closed)