Skip to content

Commit d8edee6

Browse files
committed
fixup! lint
1 parent 186ea47 commit d8edee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/streams/from.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ function from(Readable, iterable, opts) {
5151

5252
readable._destroy = function(error, cb) {
5353
close(error).then(
54-
() => cb(error),
54+
() => cb(error),
5555
(e) => cb(error ?? e)
56-
)
56+
);
5757
};
5858

5959
async function close(error) {

0 commit comments

Comments
 (0)