connected accounts follow up (#18998)
- Fixed group emails actions - Fixed delta updates for folder manager - Updated crons
This commit is contained in:
+4
-1
@@ -178,7 +178,10 @@ export abstract class WorkspacesMigrationCommandRunner<
|
||||
}
|
||||
|
||||
this.migrationReport.fail.forEach(({ error, workspaceId }) =>
|
||||
this.logger.error(`Error in workspace ${workspaceId}: ${error.message}`),
|
||||
this.logger.error(
|
||||
`Error in workspace ${workspaceId}: ${error.message}`,
|
||||
error.stack,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user