Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Jan 6, 2025
1 parent 92f935d commit d8b5c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/benches/snapshot/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ fn make_extensions_ops() -> Vec<Extension> {
fake_extensions!(init_ops, a, b, c, d, e, f, g, h, i, j, k, l, m, n)
}

deno_core::js_error_wrapper!(
deno_error::js_error_wrapper!(
deno_ast::ParseDiagnostic,
JsParseDiagnostic,
"TypeError"
);

deno_core::js_error_wrapper!(
deno_error::js_error_wrapper!(
deno_ast::TranspileError,
JsTranspileError,
"TypeError"
Expand Down

0 comments on commit d8b5c23

Please sign in to comment.