Skip to content

Commit

Permalink
Update csvUtils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinT22 authored Apr 27, 2020
1 parent ebaf1e2 commit f6a7ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/csvUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports.filterHammerAndWrite = function (inputFilePath, outputFilePath, r
})
.on('end', () => {
writer.end();
console.log("Find the filtered csv at ./output/hammer.csv");
console.log("Find the filtered csv at", outputFilePath);
if (render) {
chartUtils.renderChart(outputFilePath, "filtered-hammer-chart");
}
Expand Down

0 comments on commit f6a7ccf

Please sign in to comment.