mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -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) |
||
---|---|---|
.. | ||
byonm_phantom_dep_res_failure | ||
child_process_extra_pipes | ||
cjs_analysis_multiple_errors | ||
cjs_dynamic_import_esm_with_exports | ||
cjs_reexport_node_condition | ||
cjs_reexport_same_specifier_in_sub_folder | ||
detect_es_module_defined_as_cjs | ||
imports_wildcard | ||
node_debug | ||
node_process_beforeexit_exit_events_emitted_without_listeners | ||
node_test_module | ||
node_test_module_no_sanitizers | ||
readline_promises | ||
rejection_handled_web_process | ||
stdio_ipc | ||
web_node_events_dispatched_in_correct_order | ||
worker_threads | ||
worker_threads_cache |