ace-dent / picotracker

Track boogs for Picotron (unofficial)
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

[BUG] Invalid console commands cause hard crash #2

Closed ace-dent closed 5 months ago

ace-dent commented 5 months ago

Describe the bug When entering an invalid command into the console, it will hard crash without any user feedback.

To Reproduce Steps to reproduce the behavior:

  1. At the console prompt > enter print(code(""))
  2. Press enter.
  3. The entire application crashes with no feedback.

Expected behavior Ideally the user would receive feedback and the application would not crash.

Software (please complete the following information):

ace-dent commented 5 months ago

Possible duplicate of #11 ?

ace-dent commented 5 months ago

Closing as Duplicate,