mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-08-15 09:35:59 -04:00
prettier
This commit is contained in:
parent
5a94966e98
commit
383693bd44
3 changed files with 66 additions and 65 deletions
|
@ -90,7 +90,7 @@ async function init() {
|
|||
|
||||
init()
|
||||
|
||||
process.on('unhandledRejection', error => {
|
||||
process.on('unhandledRejection', (error) => {
|
||||
console.error('Unhandled promise rejection', error)
|
||||
process.exit(1)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue