Skip to content

Commit 2c14f06

Browse files
committed
macos test
1 parent a6b2fd2 commit 2c14f06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/macos.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ impl ECMAScriptAtomicWaitImpl for Racy<'_, u32> {
3636
Ok(())
3737
} else {
3838
let errno = std::io::Error::last_os_error().raw_os_error().unwrap_or(0);
39+
eprintln!("Errno: {errno:?}");
3940
if errno == libc::ETIMEDOUT {
4041
Err(FutexError::Timeout)
4142
} else {

0 commit comments

Comments
 (0)