diff options
Diffstat (limited to 'integration/snapshots/caught-require.debug.js')
-rw-r--r-- | integration/snapshots/caught-require.debug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/caught-require.debug.js b/integration/snapshots/caught-require.debug.js index f4f12c29d..2ac200f3d 100644 --- a/integration/snapshots/caught-require.debug.js +++ b/integration/snapshots/caught-require.debug.js @@ -1,6 +1,6 @@ import { __require as require -} from "http://localhost:8080/bun:runtime"; +} from "http://localhost:8080/bun:wrap"; try { require((() => { throw (new Error(`Cannot require module '"this-package-should-not-exist"'`)); } )()); |