mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-01-30 08:24:23 +00:00
fix #1
This commit is contained in:
parent
ad830004d4
commit
af5fc72ca9
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user