fix: prevent crash on invalid project directory
This commit is contained in:
parent
deee1afe13
commit
5b852fdb3d
3 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,7 @@ pub const Error = (cbor.Error || cbor.JsonEncodeError || error{
|
|||
ThespianSpawnFailed,
|
||||
NoProject,
|
||||
ProjectManagerFailed,
|
||||
InvalidProjectDirectory,
|
||||
SendFailed,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue