Update generated content

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/459/head
CrazyMax 4 years ago
parent c6dca826de
commit 8ba85ead00
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

2
dist/index.js vendored

@ -6435,7 +6435,7 @@ class Parser extends Transform {
const date = Date.parse(value)
return !isNaN(date) ? new Date(date) : value
}
}else if(typeof options.cast_date !== 'function'){
}else{
throw new CsvError('CSV_INVALID_OPTION_CAST_DATE', [
'Invalid option cast_date:', 'cast_date must be true or a function,',
`got ${JSON.stringify(options.cast_date)}`

Loading…
Cancel
Save