Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
renovate/major-typescript-eslint-monorepo
Michael Telatynski 2024-11-26 17:39:44 +00:00
parent 39990c6f69
commit 62bf6ce6d4
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export class ConsoleLogger {
// run.
// Example line:
// 2017-01-18T11:23:53.214Z W Failed to set badge count
// eslint-disable-next-line @typescript-eslint/no-base-to-string
let line = `${ts} ${level} ${args.join(" ")}\n`;
// Do some cleanup
line = line.replace(/token=[a-zA-Z0-9-]+/gm, "token=xxxxx");