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
I might be missing something, but where's the error handling?
I'm using this to have gulp-webserver connect to an API that's running in the background as a separate HTTP server. When it isn't running, I want it to display something like "yo, fire up the API, you fool" instead of a cryptic exception message.
So, I need to catch those exceptions when the proxy part of modrewrite wasn't able to connect.
The text was updated successfully, but these errors were encountered:
I might be missing something, but where's the error handling?
I'm using this to have gulp-webserver connect to an API that's running in the background as a separate HTTP server. When it isn't running, I want it to display something like "yo, fire up the API, you fool" instead of a cryptic exception message.
So, I need to catch those exceptions when the proxy part of modrewrite wasn't able to connect.
The text was updated successfully, but these errors were encountered: