`shady.__main__` locks up if it hits an error

Issue #11 resolved
Jeremy Hill created an issue

e.g. an example-script name that doesn't exist

Comments (1)

  1. Jeremy Hill reporter

    MainLoop objects now have an optional self.check() that they perform when idle. This is sufficient to allow the MainLoop instance in RunShadyScript to be sensitive to whether the console/script thread has died. Problem solved (?) at least for now...

  2. Log in to comment