csv-to-pouch
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -282,4 +282,4 @@ import parse from 'csv-parse'; | ||
function rejectAndClear() { | ||
reject(); | ||
function rejectAndClear(err) { | ||
reject(err); | ||
csvParser.removeListener('error', rejectAndClear); | ||
@@ -286,0 +286,0 @@ _transformer.removeListener('error', rejectAndClear); |
@@ -289,4 +289,4 @@ 'use strict'; | ||
function rejectAndClear() { | ||
reject(); | ||
function rejectAndClear(err) { | ||
reject(err); | ||
csvParser.removeListener('error', rejectAndClear); | ||
@@ -293,0 +293,0 @@ _transformer.removeListener('error', rejectAndClear); |
{ | ||
"name": "csv-to-pouch", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Parse CSV files and save their data to a PouchDB database.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66476