Skip to content

Commit

Permalink
Always log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 18, 2022
1 parent d0fab08 commit c4c0658
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions eslint/babel-eslint-parser/src/client.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,9 @@ exports.WorkerClient = class WorkerClient extends Client {
subChannel.port2,
);

if (i > 0 || !response) {
console.log(
`WORKER COMMUNICATION: i=${i}, wakeReason=${wakeReason}, hasResponse=${!!response}`,
);
}
console.log(
`WORKER COMMUNICATION: i=${i}, wakeReason=${wakeReason}, hasResponse=${!!response}`,
);
} while (!response && i++ < 100);

const { message } = response;
Expand Down

0 comments on commit c4c0658

Please sign in to comment.