Comparing version 3.0.1 to 3.0.2
@@ -19,3 +19,3 @@ 'use strict'; | ||
var cmd; | ||
var appArgs; | ||
var appArgs = []; | ||
var args = []; | ||
@@ -40,3 +40,3 @@ var cpOpts = {}; | ||
if (appArgs) { | ||
if (appArgs.length > 0) { | ||
args.push('--args'); | ||
@@ -58,3 +58,3 @@ args = args.concat(appArgs); | ||
if (appArgs) { | ||
if (appArgs.length > 0) { | ||
args = args.concat(appArgs); | ||
@@ -69,3 +69,3 @@ } | ||
if (appArgs) { | ||
if (appArgs.length > 0) { | ||
args = args.concat(appArgs); | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "opn", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
27417