Skip to content

Commit

Permalink
only show 'enter choice' when there's a choice
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofsalvation committed Feb 10, 2025
1 parent d2f60bd commit 16b8ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/isoterminal/feat/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 16b8ab7

Please sign in to comment.