web/queue: remove final file from results without swapping for a dummy
This commit is contained in:
@@ -53,7 +53,9 @@ export const removeFromFileStorage = async (filename: string) => {
|
||||
try {
|
||||
const cobaltDir = await root.getDirectoryHandle(COBALT_PROCESSING_DIR);
|
||||
await cobaltDir.removeEntry(filename);
|
||||
} catch {}
|
||||
} catch {
|
||||
// catch and ignore
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user