pull/1554/head
Audric Ackermann 4 years ago
parent ccf8a31ae3
commit fa7962904e
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -154,7 +154,7 @@ export const deleteAll = async ({ userDataPath, attachments }: any) => {
await deleteFromDisk(file);
}
console.log(`deleteAll: deleted ${attachments.length} files`);
window?.log?.info(`deleteAll: deleted ${attachments.length} files`);
};
// createName :: Unit -> IO String

Loading…
Cancel
Save