Skip to content

Commit

Permalink
fixup! fixup! perf_hooks: complete overhaul of the implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Jan 30, 2021
1 parent bbeb2f0 commit b890f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-performance-eventloopdelay.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { sleep } = require('internal/util');
() => monitorEventLoopDelay({ resolution: i }),
{
name: 'RangeError',
code: 'ERR_INVALID_ARG_VALUE'
code: 'ERR_OUT_OF_RANGE'
}
);
});
Expand Down

0 comments on commit b890f05

Please sign in to comment.