migrate: minor.
This commit is contained in:
parent
536497a204
commit
b5fef64aa1
@ -543,5 +543,6 @@ function bpair(prefix, hash, index) {
|
|||||||
console.log('Migration complete.');
|
console.log('Migration complete.');
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
})().catch((err) => {
|
})().catch((err) => {
|
||||||
throw err;
|
console.error(err.stack);
|
||||||
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user