Skip to content

Commit

Permalink
fix: support 2019.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Jan 28, 2020
1 parent 397784a commit 2497442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ try {
// Output valid package references to file
console.log(`\n>> Output valid package references to file: ${outputFile}`);
console.log(versions);
fs.writeFileSync(outputFile, JSON.stringify({ versions }), "utf-8");
fs.writeFileSync(outputFile, JSON.stringify({ versions }, space = 2), "utf-8");

console.log("\n######## Complete ########");
} finally {
Expand Down

0 comments on commit 2497442

Please sign in to comment.