mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
don't start NetworkThread unless necessary
This commit is contained in:
@@ -312,7 +312,6 @@ pub const TestCommand = struct {
|
||||
break :brk loader;
|
||||
};
|
||||
JSC.C.JSCInitialize();
|
||||
NetworkThread.init() catch {};
|
||||
HTTPThread.init() catch {};
|
||||
|
||||
var reporter = try ctx.allocator.create(CommandLineReporter);
|
||||
|
||||
Reference in New Issue
Block a user