Skip to content

Commit

Permalink
4.9 Build Fix (#2524)
Browse files Browse the repository at this point in the history
(cherry picked from commit 091bd4d)
  • Loading branch information
mdrichardson authored Jul 13, 2020
1 parent 0df8af5 commit 256105c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface INodeSocket {
readonly writableLength: number;
readonly readableHighWaterMark: number;
readonly readableLength: number;
readonly readableFlowing: boolean | null;

address(): AddressInfo | string;

Expand Down

0 comments on commit 256105c

Please sign in to comment.