NocturnalRage / pyangelo.com

Python Graphics Programming in the Browser
2 stars 3 forks source link

Program will stop correctly when in debug mode #124

Closed pingskills closed 3 years ago

pingskills commented 3 years ago

Code was also added to stop a program when it is currently waiting for input. This is a bit of a hack as the input function promise never returns but we simply reset the state so we can run another Skulpt program.