Skip to content

Commit

Permalink
fix: wrong statement for error output
Browse files Browse the repository at this point in the history
  • Loading branch information
LynMoe authored Apr 18, 2021
1 parent 9246b1c commit 8ade43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ if (!fs.existsSync(path.resolve(__root, '.azusa/'))) {
resolve()
}
})
}, randomInt(100, 1000)).catch(console.trace)
})
}, randomInt(100, 1000))
}).catch(console.trace)
}
})
}
Expand Down

0 comments on commit 8ade43d

Please sign in to comment.