ngx-deploy-ftp
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -46,3 +46,3 @@ "use strict"; | ||
context.logger.error('❌ An error occurred when trying to deploy:'); | ||
context.logger.error(e.message); | ||
context.logger.error(e.message, e); | ||
return { success: false }; | ||
@@ -49,0 +49,0 @@ } |
@@ -61,3 +61,2 @@ "use strict"; | ||
catch (error) { | ||
logger.error('❌ An error occurred!'); | ||
throw error; | ||
@@ -64,0 +63,0 @@ } |
{ | ||
"name": "ngx-deploy-ftp", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Deploy Angular apps to an FTP remote using the Angular CLI", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54415
414