mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:05:47 +02:00
use miette's new panic hook
This commit is contained in:
@ -13,6 +13,8 @@ use reedline::DefaultCompletionActionHandler;
|
||||
mod tests;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
miette::set_panic_hook();
|
||||
|
||||
let engine_state = create_default_context();
|
||||
|
||||
if let Some(path) = std::env::args().nth(1) {
|
||||
|
Reference in New Issue
Block a user