This commit is contained in:
parent
2416e226fc
commit
4bb37a5a18
@ -65,7 +65,7 @@ export class GamesystemSerializer {
|
||||
'childsystems': innerGamesystemJsonArray
|
||||
}
|
||||
|
||||
const storedProductsystem = new StoreComponent(JSON.stringify(jsonString), fileName, ModelComponentType.GAMESYTEM)
|
||||
const storedProductsystem = new StoreComponent(JSON.stringify(jsonString, null, SerializeConstants.JSON_INDENT), fileName, ModelComponentType.GAMESYTEM)
|
||||
storedGamesystems.push(storedProductsystem)
|
||||
|
||||
return storedGamesystems;
|
||||
|
Loading…
Reference in New Issue
Block a user