Skip to content

Commit 691f70a

Browse files
authored
fix: add missing console.trace method (#249)
1 parent 582ba99 commit 691f70a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

kits/javascript/shims/bindings.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ import { Response } from "./types/response";
5353
},
5454
warn(msg) {
5555
this.log(msg);
56+
},
57+
trace(msg) {
58+
this.log(msg);
5659
}
5760
}
5861

32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)