Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
Signed-off-by: William So <[email protected]>
  • Loading branch information
polyipseity committed Jul 24, 2023
1 parent 48ee70f commit d8ceaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/require/require.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ function patchRequire(
self0.console.debug(error)
return req(...args)
}
}, req) as NodeRequire
}, req) as unknown as NodeRequire
},
toString: aroundIdentityFactory(),
})
Expand Down

0 comments on commit d8ceaeb

Please sign in to comment.