mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Update ParsedShellScript.zig
This commit is contained in:
@@ -160,7 +160,6 @@ pub fn createParsedShellScript(globalThis: *jsc.JSGlobalObject, callframe: *jsc.
|
||||
.jsobjs = jsobjs,
|
||||
});
|
||||
parsed_shell_script.this_jsvalue = jsc.Codegen.JSParsedShellScript.toJS(parsed_shell_script, globalThis);
|
||||
|
||||
bun.analytics.Features.shell += 1;
|
||||
return parsed_shell_script.this_jsvalue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user