mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 19:08:06 +02:00
Remove external name exceptions (#5115)
This commit is contained in:
@ -27,10 +27,6 @@ pub fn evaluate_file(
|
||||
std::process::exit(1);
|
||||
}
|
||||
|
||||
// Make a note of the exceptions we see for externals that look like math expressions
|
||||
let exceptions = crate::util::external_exceptions(engine_state, stack);
|
||||
engine_state.external_exceptions = exceptions;
|
||||
|
||||
let file = std::fs::read(&path).into_diagnostic()?;
|
||||
|
||||
let mut working_set = StateWorkingSet::new(engine_state);
|
||||
|
Reference in New Issue
Block a user