migrate: minor.

This commit is contained in:
Christopher Jeffrey 2017-07-03 14:39:01 -07:00
parent 536497a204
commit b5fef64aa1
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -543,5 +543,6 @@ function bpair(prefix, hash, index) {
console.log('Migration complete.');
process.exit(0);
})().catch((err) => {
throw err;
console.error(err.stack);
process.exit(1);
});