We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4030fe commit 1bce8c3Copy full SHA for 1bce8c3
1 file changed
schema/v5.0/support/schema2markmap/index.js
@@ -64,7 +64,7 @@ async function schemaMindMap() {
64
65
try {
66
var cveSchemaBundle = await rp.bundle(process.argv[2]);
67
- fs.writeFileSync('docs/CVE_JSON_5.0_bundled.schema', JSON.stringify(cveSchemaBundle, null, '\t'));
+ fs.writeFileSync('docs/CVE_JSON_5.0_bundled.schema', JSON.stringify(cveSchemaBundle, null, 2));
68
fs.writeFileSync('docs/mindmap.html', html);
69
} catch (err) {
70
console.error(err)
0 commit comments