Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix message in test/parallel/test-async-wrap-constructor.js
Co-Authored-By: Juan José <soyjuanarbol@gmail.com>
  • Loading branch information
dericop and juanarbol authored Apr 3, 2020
commit 0dbe2cfcc5a94888776c8265a27bba8df538db24
2 changes: 1 addition & 1 deletion test/parallel/test-async-wrap-constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const async_hooks = require('async_hooks');
}, {
code: 'ERR_ASYNC_CALLBACK',
name: 'TypeError',
Comment thread
dericop marked this conversation as resolved.
message: `something.${field} must be a function`
message: `hook.${field} must be a function`
});
Comment thread
dericop marked this conversation as resolved.
});
});