1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-01-30 08:24:23 +00:00
This commit is contained in:
R4SAS 2018-09-24 15:35:41 +03:00
parent ad830004d4
commit af5fc72ca9

View File

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