throw error objects instead of plain strings, update wisp server

This commit is contained in:
ading2210 2024-10-02 12:30:48 -04:00
parent 3c1a942501
commit c1b78e1d0c
11 changed files with 16 additions and 15 deletions

View file

@ -4,7 +4,7 @@ set -e
trap "exit" INT TERM
trap "kill 0" EXIT
../server/run.sh --static=$(pwd) >/dev/null &
../server/run.sh --static=$(pwd) --log-level=WARN >/dev/null &
echo -n "waiting for wisp server to start"
i=0