Skip to content

Commit f53386f

Browse files
committed
fix(frontend#oso): throw errors from supabase filestore
1 parent 917f145 commit f53386f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/oso-extensions/supabase-filestore.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export class SupabaseFileStore implements FileStore {
6969

7070
if (error) {
7171
console.error("Failed to save file to Supabase:", error);
72+
throw new Error(`Failed to save file: ${error.message}`);
7273
}
7374
}
7475

0 commit comments

Comments
 (0)