diff --git a/src/module.ts b/src/module.ts index b2a84ff..4cae850 100644 --- a/src/module.ts +++ b/src/module.ts @@ -14,7 +14,7 @@ export default abstract class Module { @autobind protected log(msg: string) { - this.ai.log(`[module ${this.name}]: ${msg}`); + this.ai.log(`[${this.name}]: ${msg}`); } @autobind