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
fixup: fix spacing
  • Loading branch information
kaltepeter committed Oct 12, 2018
commit 5f9d6cd4907e40147decdb54be753873e2e265ff
2 changes: 1 addition & 1 deletion test/parallel/test-vm-module-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function checkModuleState() {
}, {
code: 'ERR_INVALID_ARG_TYPE',
message: 'The "options" argument must be of type Object. ' +
'Received type boolean'
'Received type boolean'
});

await expectsRejection(async () => {
Expand Down