mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
throw error objects instead of plain strings, update wisp server
This commit is contained in:
parent
3c1a942501
commit
c1b78e1d0c
11 changed files with 16 additions and 15 deletions
|
@ -13,7 +13,7 @@ if [ ! -d "$SERVER_PATH.venv" ]; then
|
|||
fi
|
||||
source $SERVER_PATH/.venv/bin/activate
|
||||
|
||||
if ! python3 -c "import websockets, asyncudp" 2> /dev/null; then
|
||||
if ! python3 -c "import websockets, asyncudp, uvloop" 2> /dev/null; then
|
||||
pip3 install -e $SERVER_PATH
|
||||
fi
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b7cfab072b04dbd4345aedaf5e47c9e0d57ab873
|
||||
Subproject commit 78f872c8e5b180e26ec09cc126e841e12ac75c36
|
Loading…
Add table
Add a link
Reference in a new issue