Permalink
Browse files

Let's print full error message on import during beta

  • Loading branch information...
karissa committed Aug 5, 2015
1 parent 75342e8 commit 0fd70aeffe7bc5ad41d958dd39f8a0aee864bc23
Showing with 1 addition and 1 deletion.
  1. +1 −1 bin/import.js
View
@@ -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

Please sign in to comment.