Commit 3ddff753 authored by nanahira's avatar nanahira

fix

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