R4SAS 6 years ago
parent
commit
af5fc72ca9
  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