node-r3trans
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -316,3 +316,3 @@ "use strict"; | ||
var sExitCode = `Return code not set by R3trans itself but point to errors, such as segmentation faults.`; | ||
if (!exitCode) { | ||
if (!exitCode && exitCode !== 0) { | ||
sType = `UNKNOWN`; | ||
@@ -319,0 +319,0 @@ sExitCode = `Unknown exit code.`; |
{ | ||
"name": "node-r3trans", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "NodeJs wrapper for SAP R3trans program", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
46585