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 e329a11 commit 4aa60bcCopy full SHA for 4aa60bc
test/parallel/test-trace-events-bootstrap.js
@@ -32,7 +32,7 @@ if (process.argv[2] === 'child') {
32
const file = tmpdir.resolve('node_trace.1.log');
33
34
assert(fs.existsSync(file));
35
- fs.readFile(file, common.mustCall((err, data) => {
+ fs.readFile(file, common.mustSucceed((data) => {
36
const traces = JSON.parse(data.toString()).traceEvents
37
.filter((trace) => trace.cat !== '__metadata');
38
traces.forEach((trace) => {
0 commit comments