Skip to content

Commit

Permalink
remove errant text
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Aug 28, 2023
1 parent bb42202 commit fef71a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/node/polyfills/internal_binding/stream_wrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export class LibuvStreamWrap extends HandleWrap {
if (nread > 0) {
this.bytesRead += nread;
}
git;

// We release the lock early so a re-entrant read can make use of the shared buffer, but
// we need to make a copy of the data in the shared buffer.
if (locked) {
Expand Down

0 comments on commit fef71a7

Please sign in to comment.