fix: prevent crash on invalid project directory

This commit is contained in:
CJ van den Berg 2025-08-13 12:08:24 +02:00
parent deee1afe13
commit 5b852fdb3d
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,7 @@ pub const Error = (cbor.Error || cbor.JsonEncodeError || error{
ThespianSpawnFailed,
NoProject,
ProjectManagerFailed,
InvalidProjectDirectory,
SendFailed,
});