Skip to content

Commit

Permalink
Add logs for file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Dec 12, 2023
1 parent d8ea861 commit 3977664
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/datasets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export const updater = async () => {
}
});

console.log(fs.readdirSync(extractToPath));
console.log(destinationPath);

const csvData = fs.readFileSync(destinationPath, "utf-8");
const parsedData = d3.csvParse(csvData);

Expand Down

0 comments on commit 3977664

Please sign in to comment.