Skip to content

Commit

Permalink
http2: refactor deprecated method in core.js
Browse files Browse the repository at this point in the history
PR-URL: #26275
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
gengjiawen authored and BridgeAR committed Mar 12, 2019
1 parent b8abb81 commit 529b0c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/internal/http2/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1761,8 +1761,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

0 comments on commit 529b0c0

Please sign in to comment.