Skip to content

Commit 5964a61

Browse files
Lxxyxaduh95
andauthored
Update lib/internal/streams/end-of-stream.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent af07820 commit 5964a61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/streams/end-of-stream.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ function eos(stream, options, callback) {
7171
} else {
7272
validateObject(options, 'options');
7373
}
74-
7574
if (typeof callback !== 'function') {
7675
throw new ERR_INVALID_ARG_TYPE('callback', 'function', callback);
7776
}

0 commit comments

Comments
 (0)