From 3cdefaea159e62b615370f70dbc0794d8b321631 Mon Sep 17 00:00:00 2001 From: tree Date: Tue, 12 Apr 2022 13:31:02 +0200 Subject: [PATCH] update --- utils/engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/engine.js b/utils/engine.js index fe93509..7da24be 100644 --- a/utils/engine.js +++ b/utils/engine.js @@ -170,7 +170,7 @@ export class UTXOEngine { ); schemaBundle.push(schema.schema); } - await this._jsonWrite([outputSchemaDir, "bundle.json"]); + await this._jsonWrite([outputSchemaDir, "bundle.json"], JSON.stringify(schemaBundle, null, 2)); // write global index await this._jsonWrite([outputDir, "index.json"], entriesIndex);