You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, looks like this plugin is not using the load.onerror functionality. If you want to work up a patch, you can look at the text plugin for inspiration. Specifically:
shows passing an errback function to text.get (which is called fetchText in this plugin), and then fetchText in this plugin would need to be modified to call the errback function on a failure.
If I try to load a CoffeeScript file that doesn't exist:
then instead of the error callback catching it, it throws the error entirely. Ideally, the same error callback could be triggered.
The error message is:
The text was updated successfully, but these errors were encountered: