diff options
author | 2021-12-08 22:52:07 -0800 | |
---|---|---|
committer | 2021-12-16 19:18:51 -0800 | |
commit | 49d8ea488673afe9a34a96e037ae2d9f1271e69d (patch) | |
tree | 8654ac88d7b57000ef4f2474ae617a4a43e5f13f /misctools | |
parent | e66776a79f646cc80d48e9ac17b37e35b67ee086 (diff) | |
download | bun-49d8ea488673afe9a34a96e037ae2d9f1271e69d.tar.gz bun-49d8ea488673afe9a34a96e037ae2d9f1271e69d.tar.zst bun-49d8ea488673afe9a34a96e037ae2d9f1271e69d.zip |
[bun install] Fix case when lockfile exists
Diffstat (limited to 'misctools')
-rw-r--r-- | misctools/http_bench.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misctools/http_bench.zig b/misctools/http_bench.zig index 5d72770ef..1bdbea39c 100644 --- a/misctools/http_bench.zig +++ b/misctools/http_bench.zig @@ -222,6 +222,7 @@ pub fn main() anyerror!void { }; ctx.http.callback = HTTP.HTTPChannelContext.callback; ctx.http.schedule(default_allocator, &batch); + } NetworkThread.global.pool.schedule(batch); |