Skip to content

Commit

Permalink
Revert "Hide PowerShell window on Windows (sindresorhus#235)"
Browse files Browse the repository at this point in the history
This reverts commit 53faf7f.

Closes sindresorhus#236
  • Loading branch information
alan-agius4 committed May 17, 2021
1 parent 8ba52b4 commit 1fa48ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Expand Up @@ -130,8 +130,6 @@ const open = async (target, options) => {
'-NonInteractive',
'–ExecutionPolicy',
'Bypass',
'–WindowStyle',
'Hidden',
'-EncodedCommand'
);

Expand Down

0 comments on commit 1fa48ee

Please sign in to comment.