@connectedyard/node-jlink
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -109,2 +109,8 @@ ( function(){ | ||
return output; | ||
}) | ||
.catch( function( error ){ | ||
if( error && error.message && error.message.indexOf("Can not connect") !== -1 ){ | ||
return Promise.resolve(); | ||
} | ||
throw error; | ||
}); | ||
@@ -111,0 +117,0 @@ }; |
{ | ||
"name": "@connectedyard/node-jlink", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "jLinkexe driver for nodejs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
55117
244