Commit 28220fff authored by nanahira's avatar nanahira

fix

parent a97a4b3f
Pipeline #6687 passed with stages
in 32 seconds
...@@ -101,7 +101,7 @@ async function main() { ...@@ -101,7 +101,7 @@ async function main() {
await attack(); await attack();
} catch (e) { } catch (e) {
console.error(`Attack failed: ${e.toString()}`); console.error(`Attack failed: ${e.toString()}`);
delay(100); await delay(100);
} }
} }
} }
......
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