Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
VVander committed Oct 5, 2024
1 parent 46f4d0c commit 72307d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/upgradeTasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ task(
if (!fs.existsSync(dir)) {
fs.mkdirSync(dir);
}
fs.writeFileSync(dir + '/' + Date.now() + '.log', JSON.stringify(output, null, 2));
fs.writeFileSync(dir + '/' + Date.now() + '.log', output);

return txData;
});
Expand Down

0 comments on commit 72307d2

Please sign in to comment.