Stefan Zieker
Stefan Zieker
I will have a look into it next week. Thx for reporting the bug.
`scriptThread.stopScript()` is the function to stop a script. Maybe you can upload your script and I can debug it.
The reason for the exception is `return null`. null is an undefined object. If you call a function (toString()) from an undefined object an exception is thrown. If you change...
To be honest, I thought stopScript would exit the script directly because it calls the exit function of the thread which executes the script (every script is executes in its...
Hi, I fixed this issue (on the master branch). If a script calls stopScript then the execution is stopped immediately. I will create a new release next week. Sorry for...
I tried to reproduce your described behavior it on my Windows 11 PC but it worked correctly. But I removed the reinserting of the data into the console if the...