Fix typo
This commit is contained in:
@@ -2,7 +2,7 @@ chcp 65001 > NUL
|
||||
@echo off
|
||||
|
||||
pushd %~dp0
|
||||
echo Running server_editor.py --inbroser
|
||||
echo Running server_editor.py --inbrowser
|
||||
venv\Scripts\python server_editor.py --inbrowser
|
||||
|
||||
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
|
||||
|
||||
Reference in New Issue
Block a user