Skip to content

Commit 313fcbd

Browse files
committed
Update from-node.ts
1 parent 8d13c1c commit 313fcbd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/media-parser/src/readers/from-node.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ export const nodeReadContent: ReadContent = ({src, range, controller}) => {
7575
stream.destroy();
7676
ownController.abort();
7777
await reader.cancel();
78-
} catch (e) {
79-
console.error(e);
80-
}
78+
} catch {}
8179
},
8280
},
8381
contentLength: stats.size,

0 commit comments

Comments
 (0)