diff --git a/services/web/app/src/Features/History/RestoreManager.mjs b/services/web/app/src/Features/History/RestoreManager.mjs index cda61dd9e0..4ceda91a76 100644 --- a/services/web/app/src/Features/History/RestoreManager.mjs +++ b/services/web/app/src/Features/History/RestoreManager.mjs @@ -136,7 +136,11 @@ const RestoreManager = { const snapshotFile = projectSnapshotAtVersion.getFile(pathname) if (!snapshotFile) { - throw new OError('file not found in snapshot', { pathname }) + throw new OError('file not found in snapshot', { + projectId, + version, + pathname, + }) } let hadDeletedRootFile = false