This commit is contained in:
Cat Flynn 2021-02-01 19:37:37 +00:00
parent c8b029fe7e
commit df29b463a2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ open -g $editorpath --args \
-projectPath "$(pwd)/game" -projectPath "$(pwd)/game"
# wait for editor log to exist # wait for editor log to exist
while [ ! -f $editorlog ] while [ ! -f $editorlogpath ]
do do
sleep 1 sleep 1
done done