mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user