Error in script library options

I have a goof in a script that throws an error inside a script library (in this case, Shane’s filemanagerlib). When the error happens I get a dialog that says:

Execution Error in Script Libary

An AppleScript error has been thrown while executing code in a script library used by this script. Do you want to open the script library?```

With buttons "Open Script Library" "Cancel".

Would it be possible to add a third option, like "continue error" that would simply display the regular SD error dialog?

If I trap for the error I get the standard info.

-->  Script Debugger 8.0.3 (8A49)
-->  Mac OS 11.6.2 (20G314)

Unfortunately no. The error is generating an exception that is interrupting execution within the AppleScript runtime. Script Debugger is merely a witness to this and has no means of altering your script’s execution path.