mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +00:00
Update module.ts
This commit is contained in:
parent
82588a602a
commit
8e5d85a3fc
|
@ -14,7 +14,7 @@ export default abstract class Module {
|
||||||
|
|
||||||
@autobind
|
@autobind
|
||||||
protected log(msg: string) {
|
protected log(msg: string) {
|
||||||
this.ai.log(`[module ${this.name}]: ${msg}`);
|
this.ai.log(`[${this.name}]: ${msg}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
@autobind
|
@autobind
|
||||||
|
|
Loading…
Reference in a new issue