Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/opener/opener.js')
-rwxr-xr-xnode_modules/opener/opener.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/opener/opener.js b/node_modules/opener/opener.js
index 5cdfd7283..5477da52b 100755
--- a/node_modules/opener/opener.js
+++ b/node_modules/opener/opener.js
@@ -24,7 +24,7 @@ function opener(args, options, callback) {
// *always* use cmd on windows
args = [options.command].concat(args);
} else {
- cmd = options.command;
+ command = options.command;
}
}