Skip to content

Commit 73fb3c4

Browse files
committed
🪵 Added a new debug log to the MDFU
1 parent faea245 commit 73fb3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/modelDataFixerUpper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function process(model: any): any {
2525

2626
console.group('Upgrade process')
2727
if (model.meta.format_version.length === 3) {
28+
console.log('Processing old model format', JSON.parse(JSON.stringify(model)))
2829
if (compareVersions('1.0', model.meta.format_version)) updateModelToOld1_0(model)
2930
if (compareVersions('1.1', model.meta.format_version)) updateModelToOld1_1(model)
3031
if (compareVersions('1.2', model.meta.format_version)) updateModelToOld1_2(model)

0 commit comments

Comments
 (0)