Continue channel processing when an error occurs

Verified
Added by iNTERFACEWARE

Use iguana.stopOnError(false) to prevent a channel from stopping when an error occurs

Source Code
   -- prevent Iguana from stopping on errors
   iguana.stopOnError(false)
Description
Use iguana.stopOnError(false) to prevent a channel from stopping when an error occurs
Usage Details

Use  iguana.stopOnError(false) to prevent a channel from stopping when an error occurs.

How to use the snippet:

  • Paste the code into your script

Note: For a more robust system you can use pcall() to wrap main() and process the errors raised