Skip to content

Commit

Permalink
fix: πŸ› fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
hijiki51 committed Dec 7, 2024
1 parent 07ea245 commit 8381932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal/app/javascript/BenchmarkJobDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const levelToColor = {
warn: "has-background-warning",
error: "has-text-danger",
};
const stdoutLineRE = /^\s*(time=[\d:.]+Z?\s+level=(INFO|WARN|ERROR))(\s+msg=.*)$/;
const stdoutLineRE = /^\s*(time=[\d:.]+Z?\s+level=(INFO|WARN|ERROR)\s+)(msg=.*)$/;
const StdoutLineWithColor = ({ line }: { line: string }) => {
const match = line.match(stdoutLineRE);
if (!match)
Expand Down

0 comments on commit 8381932

Please sign in to comment.