Skip to content

Commit 529b0c0

Browse files
gengjiawenBridgeAR
authored andcommitted
http2: refactor deprecated method in core.js
PR-URL: #26275 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent b8abb81 commit 529b0c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: lib/internal/http2/core.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1761,8 +1761,7 @@ class Http2Stream extends Duplex {
17611761
}
17621762

17631763
[kProceed]() {
1764-
assert.fail(null, null,
1765-
'Implementors MUST implement this. Please report this as a ' +
1764+
assert.fail('Implementors MUST implement this. Please report this as a ' +
17661765
'bug in Node.js');
17671766
}
17681767

0 commit comments

Comments
 (0)