How to make script continue after [error][ignored]: ipcPromise: onAsk timeout 3000 for cmd "SET_STATUS", args "[object Object]"

When I run a loop with my script, and it encounters “[error][ignored]: ipcPromise: onAsk timeout 3000 for cmd “SET_STATUS”, args “[object Object]””, it stops performing the rest of the steps and starts a new loop.

Is there a way to ignore this problem and do the rest of the steps vs starting a new loop? I’m not trying to solve the bug (it’s hard to reproduce it reliably), just a way for my script to ignore.

Thanks!

Did you try this already?

store | true | !errorignore

Yea, but when I do that it seems to ignore all problem (vs just one line), and the resulting file has a lot more errors. Is there a way to only ignore an error if it’s in 1 line? Thanks!

The end the “error ignoring” again use

store | false | !errorignore