Skip to content

Commit 1ee638c

Browse files
authored
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

Lines changed: 0 additions & 2 deletions
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)