We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51be77 commit defbb4fCopy full SHA for defbb4f
src/bun.js/bindings/ZigGlobalObject.cpp
@@ -3193,7 +3193,7 @@ void GlobalObject::finishCreation(VM& vm)
3193
[](const JSC::LazyProperty<JSC::JSGlobalObject, JSC::JSMap>::Initializer& init) {
3194
auto* global = init.owner;
3195
auto& vm = init.vm;
3196
- auto scope = DECLARE_THROW_SCOPE(vm);
+ auto scope = DECLARE_CATCH_SCOPE(vm);
3197
3198
// if we get the termination exception, we'd still like to set a non-null Map so that
3199
// we don't segfault
0 commit comments