Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Almouro committed Jul 12, 2023
1 parent 2cdc44b commit 6ac2118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const pollPerformanceMeasures = (
process.stderr?.on("data", (data) => {
const log = data.toString();

// Ignore errors, it might be that the thread is dead and we can read stats anymore
// Ignore errors, it might be that the thread is dead and we can't read stats anymore
if (log.includes("CPP_ERROR_CANNOT_OPEN_FILE")) {
Logger.debug(log);
} else if (log.includes("CPP_ERROR_MAIN_PID_CLOSED")) {
Expand Down

0 comments on commit 6ac2118

Please sign in to comment.