fix(cli): report context on compile fail
(cherry picked from commit 62effdf128)
This commit is contained in:
parent
3c49fef0e3
commit
789a966f96
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ impl Build {
|
|||
|
||||
loader
|
||||
.compile_parser_at_path(&grammar_path, output_path, flags)
|
||||
.unwrap();
|
||||
.context("Failed to compile parser")?;
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue