mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
[internal] Make string comparisons faster
This commit is contained in:
@@ -557,7 +557,7 @@ pub const RunCommand = struct {
|
||||
}
|
||||
}
|
||||
|
||||
const ResultList = std.StringArrayHashMap(void);
|
||||
const ResultList = bun.StringArrayHashMap(void);
|
||||
|
||||
if (this_bundler.env.map.get("SHELL")) |shell| {
|
||||
shell_out.shell = ShellCompletions.Shell.fromEnv(@TypeOf(shell), shell);
|
||||
|
||||
Reference in New Issue
Block a user