Skip to content

Commit

Permalink
http2: refactor deprecated method in core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Mar 3, 2019
1 parent 1d97374 commit 2760858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/internal/http2/core.js
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

0 comments on commit 2760858

Please sign in to comment.