mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 12:18:01 +00:00
Restore a mistakenly removed goto on error in js_build_module_ns() (igorburago)
This commit is contained in:
parent
b07ad11c31
commit
9688007ccb
@ -29735,6 +29735,7 @@ static JSValue js_build_module_ns(JSContext *ctx, JSModuleDef *m)
|
||||
en->export_name,
|
||||
JS_AUTOINIT_ID_MODULE_NS,
|
||||
m, JS_PROP_ENUMERABLE | JS_PROP_WRITABLE) < 0)
|
||||
goto fail;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user