diff --git a/desktop/sources/scripts/commander.js b/desktop/sources/scripts/commander.js index 591f354..37ad31c 100644 --- a/desktop/sources/scripts/commander.js +++ b/desktop/sources/scripts/commander.js @@ -212,7 +212,7 @@ function Commander (ronin) { }, '') }, print: function (name) { - return this.dict[name] ? `(${name} ${this.dict[name].params.reduce((acc, item) => { return `${acc}${item} ` }, '').trim()})` : '' + return this.dict[name] ? `(${name} ${this.dict[name].params.reduce((acc, item) => { return `${acc}${item} ` }, '').trim()})` : 'idle.' } }