Skip to content

Commit

Permalink
fix: add missing console.trace method
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 20, 2023
1 parent 7cc183e commit 0a80437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kits/javascript/shims/bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ import { Response } from "./types/response";
},
warn(msg) {
this.log(msg);
},
trace(msg) {
this.log(msg);
}
}

Expand Down
Binary file modified kits/javascript/wasm-workers-quick-js-engine.wasm
Binary file not shown.

0 comments on commit 0a80437

Please sign in to comment.