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
If GulpSSHDeploy throws an exception, the error messages are not appropriately displayed. Instead, the uncaught exception is thrown. We should be verifying that this is caught somehow and output the error to the user.
This might require a 'test' configuration variable in the options, so we know when we're in test mode.
The text was updated successfully, but these errors were encountered:
If
GulpSSHDeploy
throws an exception, the error messages are not appropriately displayed. Instead, the uncaught exception is thrown. We should be verifying that this is caught somehow and output the error to the user.This might require a 'test' configuration variable in the options, so we know when we're in test mode.
The text was updated successfully, but these errors were encountered: