Skip to content

Commit

Permalink
fix: ts definition of diagnostic
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Oct 23, 2023
1 parent 68a256e commit 3a64c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/wasm/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use noirc_errors::FileDiagnostic;
const DIAGNOSTICS: &'static str = r#"
export type Diagnostic = {
message: string;
file_path: string;
file: string;
secondaries: ReadonlyArray<{
message: string;
start: number;
Expand Down

0 comments on commit 3a64c8c

Please sign in to comment.