Restore a mistakenly removed goto on error in js_build_module_ns() (igorburago)

This commit is contained in:
Fabrice Bellard
2025-11-05 11:46:20 +01:00
parent b07ad11c31
commit 9688007ccb

View File

@@ -29735,6 +29735,7 @@ static JSValue js_build_module_ns(JSContext *ctx, JSModuleDef *m)
en->export_name, en->export_name,
JS_AUTOINIT_ID_MODULE_NS, JS_AUTOINIT_ID_MODULE_NS,
m, JS_PROP_ENUMERABLE | JS_PROP_WRITABLE) < 0) m, JS_PROP_ENUMERABLE | JS_PROP_WRITABLE) < 0)
goto fail;
break; break;
default: default:
break; break;