mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 21:41:09 +10:00
WIP
This commit is contained in:
@ -260,7 +260,11 @@ export class ImportAttachmentService {
|
||||
}
|
||||
|
||||
// wait for all uploads & DB inserts
|
||||
await Promise.all(attachmentTasks);
|
||||
try {
|
||||
await Promise.all(attachmentTasks);
|
||||
} catch (err) {
|
||||
this.logger.log('Import attachment upload error', err);
|
||||
}
|
||||
|
||||
return $.root().html() || '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user