Skip to content

Commit

Permalink
Change cmd invocation to use cmd.exe for WSL
Browse files Browse the repository at this point in the history
11e582c was not quite sufficient.
  • Loading branch information
thijsputman authored and domenic committed Aug 28, 2018
1 parent b9ac3d0 commit 631623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opener.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function opener(args, options, callback) {
var command;
switch (platform) {
case "win32": {
command = "cmd";
command = "cmd.exe";
break;
}
case "darwin": {
Expand Down

0 comments on commit 631623d

Please sign in to comment.