diff --git a/bin/ghci.cmd b/bin/ghci.cmd index 1036864..de2d722 100644 --- a/bin/ghci.cmd +++ b/bin/ghci.cmd @@ -1,4 +1,4 @@ -@echo off -where ghci.exe >nul 2>nul -if errorlevel 1 call v-choco install ghc -y & call %~dp0\v-choco-refreshenv +@echo off +where ghci.exe >nul 2>nul +if errorlevel 1 call choco install ghc -y & call %~dp0\v-choco-refreshenv ghci.exe %* \ No newline at end of file