aboutsummaryrefslogtreecommitdiff
path: root/webui.bat
diff options
context:
space:
mode:
authorDepFA <35278260+dfaker@users.noreply.github.com>2022-09-26 11:52:44 +0100
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-26 16:19:47 +0300
commitb8a8f749ef312a33769cc9df9491d6fab145e4c5 (patch)
treece2a3df06a212c6ccf64fb84fc644c585979417b /webui.bat
parentdb4ab47f09450cbeb454a6e02698cb636a456878 (diff)
Update webui.bat
Diffstat (limited to 'webui.bat')
-rw-r--r--webui.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/webui.bat b/webui.bat
index bbe8f6c9..3f1d03f6 100644
--- a/webui.bat
+++ b/webui.bat
@@ -3,6 +3,8 @@
if not defined PYTHON (set PYTHON=python)
if not defined VENV_DIR (set VENV_DIR=venv)
+set ERROR_REPORTING=FALSE
+
mkdir tmp 2>NUL
%PYTHON% -c "" >tmp/stdout.txt 2>tmp/stderr.txt