Skip to content

Commit

Permalink
Update webui.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker authored and AUTOMATIC1111 committed Sep 26, 2022
1 parent db4ab47 commit b8a8f74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8a8f74

Please sign in to comment.