terminal parses boolean exactly.

This commit is contained in:
Olivier Gagnon
2021-12-03 14:44:32 -05:00
parent 99ed9b25a3
commit 13b08d7cc8
40 changed files with 67 additions and 55 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export function runScript(
router: IRouter,
player: IPlayer,
server: BaseServer,
commandArgs: (string | number)[],
commandArgs: (string | number | boolean)[],
): void {
if (commandArgs.length < 1) {
terminal.error(