Koalhack
Koalhack
Hi @cibere, This is indeed an explicit design decision, because in future updates I'll be adding the ability for users to create their own custom scripts and if the user...
Hi @cibere, Thanks for your reply, I'll be updating my plugin for custom scripts soon and adding more built-in scripts. By the way, I don't know if I've understood what...
> With JSON-RPC plugins, flow will display the error message if a plugin raises/throws an error that never got handled (thus why I said that your plugin must be suppressing...
Hi @Yusyuriv, The `try...catch()` does not suppress the error, it is supposed to "catch" all errors and currently this portion of code only executes if there is an error with...
Hi, I've updated my plugin for better error handling + support for user scripts. (sorry for the delay I've been quite busy)