mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Update module.ts
This commit is contained in:
parent
82588a602a
commit
8e5d85a3fc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue