mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-15 18:22:15 +03:00
Restore a mistakenly removed goto on error in js_build_module_ns() (igorburago)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user