mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 09:16:54 +02:00
WIP improve error infrastructure
Also simplify commands and reduce papercuts
This commit is contained in:
@ -23,7 +23,7 @@ impl language_reporting::ReportingFiles for Files {
|
||||
0
|
||||
}
|
||||
fn file_name(&self, _file: Self::FileId) -> FileName {
|
||||
FileName::Verbatim(format!("<eval>"))
|
||||
FileName::Verbatim(format!("shell"))
|
||||
}
|
||||
fn byte_index(&self, _file: Self::FileId, _line: usize, _column: usize) -> Option<usize> {
|
||||
unimplemented!("byte_index")
|
||||
|
Reference in New Issue
Block a user