Browse Source

fix #1

pull/1/head
R4SAS 6 years ago committed by GitHub
parent
commit
2d91174b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      bin/syncBlockchain.js

4
bin/syncBlockchain.js

@ -163,9 +163,9 @@ async function syncBlockchain() { @@ -163,9 +163,9 @@ async function syncBlockchain() {
}
} catch (e) {
console.log('=====', e);
process.exit(0);
} finally {
models.sequelize.close().then(() => process.exit(0));
}
process.exit(0);
}
syncBlockchain();

Loading…
Cancel
Save