Skip to content

Commit 2f3b04b

Browse files
author
Maxine Mason
committed
Pretty print output file.
1 parent b4adcc7 commit 2f3b04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrape_usage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ parser.add_argument('-c', '--cutline', { help: 'Usage stats cutline. Must be: 0,
135135

136136
}
137137

138-
fs.writeFileSync(_scrape + ".json", JSON.stringify(pokemonData));
138+
fs.writeFileSync(_scrape + ".json", JSON.stringify(pokemonData, null, 4));
139139

140140
})();

0 commit comments

Comments
 (0)