We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b28eb5 commit 23532d5Copy full SHA for 23532d5
lib/read.js
@@ -50,6 +50,7 @@ function processRead(msg, cfg) {
50
parser.on('error', function emitError(error) {
51
debug('Error reported by CSV read', error);
52
that.emit('error', error);
53
+ that.emit('end');
54
});
55
56
debug('Sending GET request to url=%s', csvURL);
0 commit comments