Skip to content

Commit 1ee638c

Browse files
authoredMay 17, 2021
Revert "Hide PowerShell window on Windows" (#250)
1 parent 8ba52b4 commit 1ee638c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎index.js

-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ const open = async (target, options) => {
130130
'-NonInteractive',
131131
'–ExecutionPolicy',
132132
'Bypass',
133-
'–WindowStyle',
134-
'Hidden',
135133
'-EncodedCommand'
136134
);
137135

0 commit comments

Comments
 (0)
Please sign in to comment.