Skip to content

Commit 28ab77a

Browse files
committed
com
1 parent 7a39802 commit 28ab77a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/forge/src/cmd/eip712.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ impl Eip712Args {
8383
Ok(())
8484
})?;
8585

86+
// `compiler.sess()` inside of `ProjectCompileOutput` is built with `with_buffer_emitter`.
8687
let diags = compiler.sess().dcx.emitted_diagnostics().unwrap();
8788
if compiler.sess().dcx.has_errors().is_err() {
8889
eyre::bail!("{diags}");

0 commit comments

Comments
 (0)