mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
Update upgrade_command.zig
This commit is contained in:
@@ -91,6 +91,7 @@ pub const UpgradeCheckerThread = struct {
|
||||
|
||||
Output.Source.configureThread();
|
||||
NetworkThread.init() catch unreachable;
|
||||
NetworkThread.global.pool.sleep_on_idle_network_thread = false;
|
||||
|
||||
const version = (try UpgradeCommand.getLatestVersion(default_allocator, env_loader, undefined, undefined, true)) orelse return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user