mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix logging of excmd
This commit is contained in:
parent
34b581cbb6
commit
5aeed1a22c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue