From eeeda6c3593f313ef641dd0539805e3e3fafab54 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 15 Jan 2019 10:26:48 +0900 Subject: [PATCH] Update module.ts --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index 0a72d4f..25a98cc 100644 --- a/src/module.ts +++ b/src/module.ts @@ -2,7 +2,7 @@ import autobind from 'autobind-decorator'; import 藍, { InstallerResult } from './ai'; export default abstract class Module { - public abstract name: string; + public abstract readonly name: string; protected ai: 藍;