Skip to content

Commit

Permalink
Merge pull request #112 from 2skydev/dev
Browse files Browse the repository at this point in the history
v0.0.22-re3
  • Loading branch information
2skydev committed Oct 9, 2023
2 parents 95720ef + 3404fd4 commit e49ac7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/modules/migration/migration.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export class MigrationModule {
for (const version of executableMigrationVersions) {
try {
await this[version]()
log.info(`[Migration Module] Migrated to ${currentVersion}`)
log.info(`[Migration Module] Migrated to ${version}`)
} catch (error) {
log.error(`[Migration Module] ${currentVersion}\n`, error)
log.error(`[Migration Module] ${version}\n`, error)
}
}

Expand Down

0 comments on commit e49ac7d

Please sign in to comment.