We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dab26 commit 88ba4a6Copy full SHA for 88ba4a6
1 file changed
stream.js
@@ -17,6 +17,9 @@ function parseStream() {
17
try {
18
nodes = parser(data)
19
} catch (error) {
20
+ if (typeof console) {
21
+ console.log(error)
22
+ }
23
next(error)
24
return;
25
}
0 commit comments