From 1ee638cc069d36ccff22031fee4f779479360a10 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 17 May 2021 08:18:53 +0200 Subject: [PATCH] Revert "Hide PowerShell window on Windows" (#250) --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index bbbf50d..d203118 100644 --- a/index.js +++ b/index.js @@ -130,8 +130,6 @@ const open = async (target, options) => { '-NonInteractive', '–ExecutionPolicy', 'Bypass', - '–WindowStyle', - 'Hidden', '-EncodedCommand' );