We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43bd25 commit a92544fCopy full SHA for a92544f
index.js
@@ -33,7 +33,7 @@ try{
33
})
34
.then(data => {
35
makeSureFoldersAreCreated(file);
36
- fs.writeFileSync(file, JSON.stringify(data));
+ fs.writeFileSync(file, JSON.stringify(data, null, '\t'));
37
console.log(`successfully saved data from ${url} to ${file}`);
38
});
39
}catch(error){
0 commit comments