| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 975931d commit 43e8be0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -266,10 +266,10 @@ static void AtomicsWaitCallback(Isolate::AtomicsWaitEvent event, | |||
| 266 | 266 | ||
| 267 | 267 | fprintf(stderr, | |
| 268 | 268 | "(node:%d) [Thread %" PRIu64 "] Atomics.wait(%p + %zx, %" PRId64 | |
| 269 | - ", %.f) %s\n", | ||
| 269 | + ", %.f) %s\n", | ||
| 270 | 270 | static_cast<int>(uv_os_getpid()), | |
| 271 | 271 | env->thread_id(), | |
| 272 | - array_buffer->GetBackingStore()->Data(), | ||
| 272 | + array_buffer->Data(), | ||
| 273 | 273 | offset_in_bytes, | |
| 274 | 274 | value, | |
| 275 | 275 | timeout_in_ms, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments