mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
Merge pull request #24462 from overleaf/em-resync-error
Fix error reporting on resyncs in project-history GitOrigin-RevId: 9e8a454f746c2b4db7c28fafcd52e50935af5957
This commit is contained in:
@@ -205,7 +205,7 @@ export function resyncProject(projectId, callback) {
|
||||
queueSize,
|
||||
flushError,
|
||||
(recordError, failure) => {
|
||||
if (OError.tag(recordError)) {
|
||||
if (recordError) {
|
||||
logger.error(
|
||||
{ err: recordError, projectId },
|
||||
'failed to record error'
|
||||
|
||||
Reference in New Issue
Block a user