mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
@@ -988,6 +988,7 @@ pub const Module = struct {
|
||||
|
||||
js.JSValueUnprotect(global_ctx, commonjs_wrapper);
|
||||
}
|
||||
|
||||
if (except != null) {
|
||||
var message = js.JSValueToStringCopy(function_ctx, except.?, null);
|
||||
defer js.JSStringRelease(message);
|
||||
|
||||
Reference in New Issue
Block a user