Skip to content

Commit

Permalink
Logging Windows Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony committed Sep 17, 2024
1 parent 610bbcc commit c24dc9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/phpcs-report/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export class PHPCSError extends Error {
this.output = output;
this.errorOutput = errorOutput;

console.log(output, errorOutput);

// Depending on the type of error we may want to perform some processing.
const match = this.errorOutput.match(
/Uncaught InvalidArgumentException: (The extension[^)]+)/
Expand Down

0 comments on commit c24dc9e

Please sign in to comment.