Commit 3ddff753 authored by nanahira's avatar nanahira

fix

parent 9160fc40
...@@ -118,7 +118,7 @@ export class Attacker { ...@@ -118,7 +118,7 @@ export class Attacker {
case AttackType.Send: { case AttackType.Send: {
err = await this.sendMessage(step.message); err = await this.sendMessage(step.message);
if (err) { if (err) {
return `Failed to perform step ${step.comment}: ${err.toString}`; return `Failed to perform step ${step.comment}: ${err.toString()}`;
} }
break; break;
} }
......
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