Commit e96e381
authored
Correctly catch async exceptions in FileSystemDataVault (#9016)
Got a ton of exception warnings in the logs because the exceptions
weren’t correctly captured into the Fox.
Fox.fromFutureBox assumes that there is no exception in the future
itself. This is not what is needed here.1 parent 20e3838 commit e96e381
File tree
1 file changed
+4
-1
lines changed- webknossos-datastore/app/com/scalableminds/webknossos/datastore/datavault
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
0 commit comments