We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b2fd2 commit 2c14f06Copy full SHA for 2c14f06
src/macos.rs
@@ -36,6 +36,7 @@ impl ECMAScriptAtomicWaitImpl for Racy<'_, u32> {
36
Ok(())
37
} else {
38
let errno = std::io::Error::last_os_error().raw_os_error().unwrap_or(0);
39
+ eprintln!("Errno: {errno:?}");
40
if errno == libc::ETIMEDOUT {
41
Err(FutexError::Timeout)
42
0 commit comments