node-red-contrib-gitlab2
Advanced tools
Comparing version 1.0.0-alpha-15 to 1.0.0-alpha-16
@@ -33,3 +33,3 @@ const gitlab = require('node-gitlab'); | ||
msg.payload = error.toString(); | ||
node.error(error, msg); | ||
node.error(error); | ||
node.send([null, msg]); | ||
@@ -36,0 +36,0 @@ } else { |
@@ -20,3 +20,3 @@ const gitlab = require('node-gitlab'); | ||
msg.payload = error.toString(); | ||
node.error(error, msg); | ||
node.error(error); | ||
node.send([null, msg]); | ||
@@ -23,0 +23,0 @@ } else { |
@@ -33,3 +33,3 @@ const gitlab = require('node-gitlab'); | ||
msg.payload = error.toString(); | ||
node.error(error, msg); | ||
node.error(error); | ||
node.send([null, msg]); | ||
@@ -36,0 +36,0 @@ } else { |
{ | ||
"name": "node-red-contrib-gitlab2", | ||
"version": "1.0.0-alpha-15", | ||
"version": "1.0.0-alpha-16", | ||
"description": "Node-RED node using GitLab APIs", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
22843