diff options
author | 2022-08-17 08:18:13 -0700 | |
---|---|---|
committer | 2022-08-17 08:18:13 -0700 | |
commit | ac20150d042b9f57c308c5c32a1ac91ab1e0a723 (patch) | |
tree | a29e7236be2f049ed2c8b6764549351550edeea7 | |
parent | 9594c82180437d9ef7151372ec6d6cfe92eb1a7f (diff) | |
download | bun-ac20150d042b9f57c308c5c32a1ac91ab1e0a723.tar.gz bun-ac20150d042b9f57c308c5c32a1ac91ab1e0a723.tar.zst bun-ac20150d042b9f57c308c5c32a1ac91ab1e0a723.zip |
Update http_client_async.zig
-rw-r--r-- | src/http_client_async.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http_client_async.zig b/src/http_client_async.zig index 22ecaf95d..a31ee237d 100644 --- a/src/http_client_async.zig +++ b/src/http_client_async.zig @@ -64,7 +64,7 @@ pub fn onThreadStartNew(event_fd: os.fd_t) void { \\ Please make sure you're using WSL version 2 (not WSL 1). To check: wsl -l -v \\ If you are on WSL 1, update to WSL 2 with the following commands: \\ 1. wsl --set-default-version 2 - \\ 2. wsl --set-version <distro_name> 2 + \\ 2. wsl --set-version [distro_name] 2 \\ 3. Now follow the WSL 2 instructions above. \\ Where [distro_name] is one of the names from the list given by: wsl -l -v \\ |