mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 11:35:57 +00:00
Merge pull request #11529 from overleaf/bg-report-whole-error
log the full result from history migrations GitOrigin-RevId: 55aaa7bbd88a61234dcf1247ddbf8af543fc4bc1
This commit is contained in:
parent
75abea72b0
commit
56cb937672
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ async function migrateProjects(projectsToMigrate) {
|
|||
console.log(`Migrating project: ${project._id}`)
|
||||
try {
|
||||
const result = await upgradeProject(project._id)
|
||||
console.log(`migration result: ${JSON.stringify(result)}`)
|
||||
console.log('migration result', result)
|
||||
projectsMigrated++
|
||||
} catch (err) {
|
||||
projectsFailed++
|
||||
|
|
Loading…
Reference in a new issue