aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/caught-require.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-22 20:46:28 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-22 20:46:28 -0800
commit4d9ae0df06c5506b16fe7b37d36082c441f37c1c (patch)
tree907c6ef05067216c5134cceda60ff7738392e497 /integration/snapshots/caught-require.js
parent4d95e443172339d66694dd0cb7b5e3e2fdae38cc (diff)
downloadbun-4d9ae0df06c5506b16fe7b37d36082c441f37c1c.tar.gz
bun-4d9ae0df06c5506b16fe7b37d36082c441f37c1c.tar.zst
bun-4d9ae0df06c5506b16fe7b37d36082c441f37c1c.zip
:camera:
Diffstat (limited to 'integration/snapshots/caught-require.js')
-rw-r--r--integration/snapshots/caught-require.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/caught-require.js b/integration/snapshots/caught-require.js
index f4f12c29d..2ac200f3d 100644
--- a/integration/snapshots/caught-require.js
+++ b/integration/snapshots/caught-require.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"'`)); } )());