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
Next Next commit
fixup! http2: add support for TypedArray to getUnpackedSettings
  • Loading branch information
aduh95 committed Nov 16, 2020
commit b3f787370c088610914ad883e1f8fcc9d4ee5938
2 changes: 1 addition & 1 deletion test/parallel/test-http2-getpackedsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ http2.getPackedSettings({ enablePush: false });
name: 'TypeError',
message:
'The "buf" argument must be an instance of Buffer or TypedArray.' +
common.invalidArgTypeHelper(input)
common.invalidArgTypeHelper(packed)
});
}

Expand Down