Comparing version 1.1.6 to 1.1.7
@@ -133,10 +133,10 @@ (function() { | ||
if (extra.type === 'null') { | ||
args.push("-e" + type); | ||
args.push("--e" + type); | ||
args.push(this._escape(extra.key)); | ||
} else if (Array.isArray(extra.value)) { | ||
args.push("-e" + type + "a"); | ||
args.push("--e" + type + "a"); | ||
args.push(this._escape(extra.key)); | ||
args.push(this._escape(extra.value.join(','))); | ||
} else { | ||
args.push("-e" + type); | ||
args.push("--e" + type); | ||
args.push(this._escape(extra.key)); | ||
@@ -143,0 +143,0 @@ args.push(this._escape(extra.value)); |
{ | ||
"name": "adbkit", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A pure Node.js client for the Android Debug Bridge.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
148680