Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix: trace (round 2) (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi authored Jun 14, 2023
1 parent 759801a commit 997c33f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/shims/Deno.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ export const Deno = new Proxy(
export function register(newDeno: typeof globalThis.Deno) {
_deno = newDeno
_deno.Command = Command
// @ts-ignore
_deno._isShim = true
}

0 comments on commit 997c33f

Please sign in to comment.