Permalink
Browse files
Let's print full error message on import during beta
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
bin/import.js
|
|
@@ -80,7 +80,7 @@ function handleImport (args) { |
|
|
if (!args.json) progress(importer, {verb: 'Wrote', subject: 'keys'})
|
|
|
|
|
|
pump(inputStream, importer, function done (err) {
|
|
|
if (err) abort(err, args, 'Error importing data')
|
|
|
if (err) abort(err, args)
|
|
|
if (args.json) {
|
|
|
var output = {
|
|
|
version: db.head
|
|
|
|
0 comments on commit
0fd70ae