Real-time collaboration within space (#411)
This commit is contained in:
@@ -63,7 +63,7 @@ export class DiskSpacePrimitives implements SpacePrimitives {
|
||||
};
|
||||
} catch {
|
||||
// console.error("Error while reading file", name, e);
|
||||
throw Error(`Could not read file ${name}`);
|
||||
throw Error("Not found");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user