Added logging when profile migration completes
This commit is contained in:
parent
acb6762181
commit
47a7ccdfdd
@ -169,6 +169,8 @@ export class GameController {
|
|||||||
|
|
||||||
// Flag as migrated
|
// Flag as migrated
|
||||||
fullProfile.spt.migrations["39x"] = this.timeUtil.getTimestamp();
|
fullProfile.spt.migrations["39x"] = this.timeUtil.getTimestamp();
|
||||||
|
|
||||||
|
this.logger.success(`Migration of 3.9.x profile: ${fullProfile.info.username} completed successfully`);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Array.isArray(fullProfile.characters.pmc.WishList)) {
|
if (Array.isArray(fullProfile.characters.pmc.WishList)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user