Update module.ts

This commit is contained in:
syuilo 2019-01-24 17:47:13 +09:00
parent 82588a602a
commit 8e5d85a3fc
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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