Skip to content
Closed
Changes from all commits
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
http2: refactor deprecated method in core.js
  • Loading branch information
gengjiawen committed Mar 3, 2019
commit 2760858171a17f6d00ffe08b8deec1f72b083ae8
3 changes: 1 addition & 2 deletions lib/internal/http2/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1758,8 +1758,7 @@ class Http2Stream extends Duplex {
}

[kProceed]() {
assert.fail(null, null,
'Implementors MUST implement this. Please report this as a ' +
assert.fail('Implementors MUST implement this. Please report this as a ' +
'bug in Node.js');
}

Expand Down