fix: catch more errors in file browser
This commit is contained in:
parent
67f49110dc
commit
b1362814db
5 changed files with 20 additions and 18 deletions
|
@ -16,6 +16,8 @@ const Self = @This();
|
|||
const module_name = @typeName(Self);
|
||||
const request_timeout = std.time.ns_per_s * 5;
|
||||
|
||||
pub const Error = ProjectError || ProjectManagerError;
|
||||
|
||||
pub const ProjectError = error{NoProject};
|
||||
|
||||
const SpawnError = (OutOfMemoryError || error{ThespianSpawnFailed});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue