-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
I'm running a script that starts:
#!/bin/bash -ue
bionode-ncbi download assembly GCA_000320565.2 > /dev/null
bionode-ncbi download gff GCA_000320565.2 > /dev/nullwhich exits with exitcode 8:
events.js:74
throw TypeError('Uncaught, unspecified "error" event.');
^
TypeError: Uncaught, unspecified "error" event.
at TypeError (<anonymous>)
at EventEmitter.emit (events.js:74:15)
at Duplexify._destroy (/usr/local/lib/node_modules/bionode-ncbi/node_modules/pumpify/node_modules/duplexify/index.js:183:15)
at /usr/local/lib/node_modules/bionode-ncbi/node_modules/pumpify/node_modules/duplexify/index.js:174:10
at process._tickCallback (node.js:415:13)
Using:
bionode-ncbi@1.5.0pumpify@1.3.3
Is there a good way to debug this error?
Reactions are currently unavailable