Closed xescugc closed 9 years ago
I've had an error (#101) and it was hard to debug because of the output. I've added the errors that throw the ssh lib to have more information in case of error. Before:
ssh
>> Error: Path creation failed: Error: Failed to create /dist
After
>> Error: Path creation failed: Error: Failed to create /dist Error: Permission denied
I can add it to the grunt.verbose.writeln() instead if you prefer.
grunt.verbose.writeln()
I've had an error (#101) and it was hard to debug because of the output. I've added the errors that throw the
ssh
lib to have more information in case of error. Before:After
I can add it to the
grunt.verbose.writeln()
instead if you prefer.