From 84deb49beba787a11d4582cd27b36fee51fc66fa Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 16 Mar 2019 23:03:13 -0600 Subject: [PATCH] Explicitly set colors to properly reset errorlevel --- .bin/Scripts/Launch.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/Launch.cmd b/.bin/Scripts/Launch.cmd index a101db7f..faea56f8 100644 --- a/.bin/Scripts/Launch.cmd +++ b/.bin/Scripts/Launch.cmd @@ -497,7 +497,7 @@ echo Press any key to exit... pause>nul rem reset color and reset errorlevel to 0 rem NOTE: This is done to avoid causing a ErrorLaunchCMD in the launcher.cmd -color +color 07 goto Exit :: Cleanup and exit ::