Skip to content

Commit

Permalink
cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Nov 15, 2023
1 parent 9aa2fd2 commit 8bd6ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export abstract class JobHandler {
this._logger.save(this.currJob._id, `in parse command!!! `);
this._logger.save(this.currJob._id, `repoDir: "repos/${getDirectory(this.currJob)}" `);
this._logger.save(this.currJob._id, `commitHash: ${this.currJob.payload.newHead ?? ''}`);
this._logger.save(this.currJob._id, `process.cwd!! : ${process.cwd()}`);
try {
const snootyParseRes = await nextGenParse({
repoDir: `repos/${getDirectory(this.currJob)}`,
Expand Down

0 comments on commit 8bd6ade

Please sign in to comment.