style: apply oxfmt
This commit is contained in:
@@ -105,9 +105,7 @@ function formatConsoleTimestamp(style: ConsoleStyle): string {
|
||||
}
|
||||
|
||||
function hasTimestampPrefix(value: string): boolean {
|
||||
return /^(?:\d{2}:\d{2}:\d{2}|\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?)/.test(
|
||||
value,
|
||||
);
|
||||
return /^(?:\d{2}:\d{2}:\d{2}|\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z?)/.test(value);
|
||||
}
|
||||
|
||||
function isJsonPayload(value: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user