danielyxie / bitburner

Bitburner Game
https://danielyxie.github.io/bitburner/
2.81k stars 767 forks source link

`ns.prompt()`: array of objects throws into recovery screen #4246

Closed quacksouls closed 2 years ago

quacksouls commented 2 years ago

The choices property of ns.prompt() accepts an array of strings or numbers, or a mixture of numbers and strings. If the array happens to contain an object, then it would trigger the recovery screen.

Snarling commented 2 years ago

Yeah looks like I just made some changes there, probably my bad, I'll write a fix for this.