You need to sign in or sign up before continuing.
Commit 8b6e20ac authored by nanahira's avatar nanahira

fix

parent f70c57c6
Pipeline #1836 passed with stages
in 5 minutes and 45 seconds
...@@ -280,7 +280,7 @@ async function main() { ...@@ -280,7 +280,7 @@ async function main() {
//await run(); //await run();
while (true) { while (true) {
await run(); await run();
Q.delay(config.interval); await Q.delay(config.interval);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment