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 a0f89a2 commit 9b47f77Copy full SHA for 9b47f77
test/parallel/test-buffer-failed-alloc-typed-arrays.js
@@ -23,7 +23,7 @@ const allocators = [
23
for (const allocator of allocators) {
24
for (const size of sizes) {
25
try {
26
- // These allocations are known to fail. If they do,
+ // Some of these allocations are known to fail. If they do,
27
// Uint32Array should still produce a zeroed out result.
28
allocator(size);
29
} catch {
0 commit comments