mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 22:04:36 +02:00
Move job errors into ShellError::Job
variant (#15820)
- related #10698 # Description In my endeavor to make the `ShellError` less crowded I moved the job related errors into `ShellError::Job` with a `JobError` enum. Mostly I just moved the codes, errors and labels over to the new enum.
This commit is contained in:
@ -6,5 +6,5 @@ pub use nu_protocol::{
|
||||
ast::CellPath,
|
||||
engine::{Call, Command, EngineState, Stack, StateWorkingSet},
|
||||
record,
|
||||
shell_error::io::*,
|
||||
shell_error::{io::*, job::*},
|
||||
};
|
||||
|
Reference in New Issue
Block a user