Fix logging of excmd

This commit is contained in:
xi 2020-08-11 01:16:40 +09:00
parent 34b581cbb6
commit 5aeed1a22c

View file

@ -114,7 +114,7 @@ import { generator as KEY_MUNCHER } from "@src/content/controller_content"
export const cmd_params = new Map<string, Map<string, string>>()
/** @hidden */
const logger = new Logging.Logger("excmds")
const logger = new Logging.Logger("excmd")
/** @hidden **/
const TRI_VERSION = getTriVersion()