Skip to content

Commit

Permalink
further
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Jan 22, 2024
1 parent 411eb89 commit c246daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ async function main() {
}

const job = await fetchJob();
console.log("got the job", util.inspect(job, { depth: null }));

for (const [i, file] of results.entries()) {
const data = fs.readFileSync(file);
Expand Down

0 comments on commit c246daf

Please sign in to comment.