mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
fix annotation error status on clippy annotation shell
Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
This commit is contained in:
parent
142b32a1e1
commit
f0920d975f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ output=$(jq -c '
|
|||
$in.message.level
|
||||
| if . == "help" or . == "note" then "notice"
|
||||
elif . == "warning" then "warning"
|
||||
else "error"
|
||||
else "failure"
|
||||
end
|
||||
),
|
||||
title: $in.message.message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue