We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently sftp only outputs a warning in errors such as "Permission denied":
02-Jul-2015 16:19:16 Running "sftp:uploadCoreConfiguration" (sftp) task 02-Jul-2015 16:19:17 >> Error: Permission denied ... 02-Jul-2015 16:19:18 Done, without errors.
This is due
}, function (err) { if (err) { grunt.fail.warn(err); } c.end(); }); });
in line 361.
sftp should fail on errors of this kind.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently sftp only outputs a warning in errors such as "Permission denied":
This is due
in line 361.
sftp should fail on errors of this kind.
The text was updated successfully, but these errors were encountered: