From 250ae06e7ab3ecbd7ff2460b2b532bcb420c3982 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Fri, 26 Jun 2020 22:27:29 -0400 Subject: [PATCH] fix vscode terminal errors when setting cmder fast_init=1 outside cmder --- vendor/lib/lib_console.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/lib/lib_console.cmd b/vendor/lib/lib_console.cmd index 17540dd..2b18d15 100644 --- a/vendor/lib/lib_console.cmd +++ b/vendor/lib/lib_console.cmd @@ -1,10 +1,10 @@ @echo off -if "%fast_init%" == "1" exit /b - call "%~dp0lib_base.cmd" set lib_console=call "%~dp0lib_console.cmd" +if "%fast_init%" == "1" exit /b + if "%~1" == "/h" ( %lib_base% help "%~0" ) else if "%1" neq "" (