diff --git a/src/Bladeburner/Bladeburner.tsx b/src/Bladeburner/Bladeburner.tsx index 6194f1cea..4b47874b3 100644 --- a/src/Bladeburner/Bladeburner.tsx +++ b/src/Bladeburner/Bladeburner.tsx @@ -2083,7 +2083,7 @@ export class Bladeburner implements IBladeburner { this.startAction(player, actionId); workerScript.log( "bladeburner.startAction", - () => `Starting bladeburner action with type '${type}' and name ${name}"`, + () => `Starting bladeburner action with type '${type}' and name '${name}'`, ); return true; } catch (e: any) {