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 bbeb2f0 commit b890f05Copy full SHA for b890f05
1 file changed
test/sequential/test-performance-eventloopdelay.js
@@ -44,7 +44,7 @@ const { sleep } = require('internal/util');
44
() => monitorEventLoopDelay({ resolution: i }),
45
{
46
name: 'RangeError',
47
- code: 'ERR_INVALID_ARG_VALUE'
+ code: 'ERR_OUT_OF_RANGE'
48
}
49
);
50
});
0 commit comments