Update ParsedShellScript.zig

This commit is contained in:
Jarred Sumner
2025-10-13 14:59:53 -07:00
parent 61cd9602ce
commit 9c37549e0c

View File

@@ -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;
}