mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 22:21:03 +08:00
eslint: allow while (true)
This commit is contained in:
@@ -100,7 +100,7 @@ class Database {
|
||||
|
||||
console.log("Closing DB")
|
||||
|
||||
for (;;) {
|
||||
while (true) {
|
||||
Database.noReject = true;
|
||||
await R.close()
|
||||
await sleep(2000)
|
||||
|
Reference in New Issue
Block a user