Skip to content

Commit

Permalink
Merge pull request #2 from kimon89/master
Browse files Browse the repository at this point in the history
Better solution for the browser bug
  • Loading branch information
sevastos committed Aug 8, 2013
2 parents ab3e654 + f45d110 commit 16aa08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/open.js
Expand Up @@ -18,7 +18,7 @@ var Open = {
case 'win':
case 'win32':
case 'win64':
cmd = 'start';
cmd = 'start ""';
break;
case 'sunos':
console.log([
Expand Down

0 comments on commit 16aa08f

Please sign in to comment.