Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
none-None1 committed Jun 30, 2023
1 parent 3013a8c commit bd7c1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def step(self):
except Exception as core_error:
tmb.showerror('It\'s a Brainfuck Visualizer! - Error','Brainfuck VM Error - '+str(core_error))
self.abort()
return
self.upcell()
self.code_editor.tag_remove('running-cmd','1.0',END)
self.input_editor.tag_remove('running-cmd', '1.0', END)
Expand Down

0 comments on commit bd7c1da

Please sign in to comment.