Suppress error message?
By Ben Rubin @Ben_Rubin
There's a few scripts i have that seem to work but also kick up an error message at the end. is there a simple command i can use to just suppress these messages?
thanks
- Christian Scheuer @chrscheuer2022-04-14 16:17:26.561Z
There's many ways to do this.
Here are some examples:
https://help.soundflow.org/en/articles/5638002-error-handling-in-soundflow-scriptsBut you'll find tons of examples around the forum as well on error handling. You can also add
onError: "Continue"
to any of your action calls.Christian Scheuer @chrscheuer2022-04-14 18:51:28.314Z
Of course I should add for completeness (& for anybody else reading this in the future), that figuring out why the errors occur is usually the best option :)