mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-14 09:26:07 -04:00
better error handling
This commit is contained in:
parent
615e0ca1d0
commit
d6f442d431
29 changed files with 368 additions and 234 deletions
|
@ -11,7 +11,7 @@ if [ ! -f "$VEILID_SERVER" ]; then
|
|||
fi
|
||||
|
||||
# Produce schema from veilid-server
|
||||
$VEILID_SERVER --emit-schema Request > $SCRIPTDIR/veilid_python/schema/Request.json
|
||||
$VEILID_SERVER --emit-schema RecvMessage > $SCRIPTDIR/veilid_python/schema/RecvMessage.json
|
||||
$VEILID_SERVER --emit-schema Request > $SCRIPTDIR/veilid/schema/Request.json
|
||||
$VEILID_SERVER --emit-schema RecvMessage > $SCRIPTDIR/veilid/schema/RecvMessage.json
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue