diff --git a/com/isoterminal/feat/boot.js b/com/isoterminal/feat/boot.js index 0f5779d..3ce9a75 100644 --- a/com/isoterminal/feat/boot.js +++ b/com/isoterminal/feat/boot.js @@ -8,7 +8,7 @@ ISOTerminal.prototype.bootMenu = function(e){ this.boot.menu.map( (m) => { msg += `\r ${m.key}) ${m.title(this.opts)}\n` }) - msg += `\n\r enter choice> ` + if( this.boot.menu.length ) msg += `\n\r enter choice> ` this.send(msg) }