mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-01-29 16:04:32 +00:00
fix #1
This commit is contained in:
parent
ad830004d4
commit
af5fc72ca9
@ -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…
x
Reference in New Issue
Block a user