mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
7c57105cc4
Fixes playwright on linux, as reported in https://github.com/denoland/deno/issues/16899#issuecomment-2378268454. The issue was that we were opening the socket in nonblocking mode, which meant that subprocesses trying to use it would get a `EWOULDBLOCK` error (unexpectedly). The fix here is to only set nonblocking mode on our end (which we need to use asynchronously)
5 lines
76 B
Text
5 lines
76 B
Text
[UNORDERED_START]
|
|
child closed
|
|
got: hello world
|
|
pipe closed
|
|
[UNORDERED_END]
|