fix(cli): report context on compile fail
This commit is contained in:
parent
8e4f21aba0
commit
62effdf128
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