Fix the CLI output of formal verification runs (#5445)

This commit is contained in:
Dmitry
2025-01-27 12:02:03 +03:00
committed by GitHub
parent 8c1b0ca82d
commit 4ccfe380e0

View File

@ -160,7 +160,7 @@ function writeEntry(spec, contract, success, url) {
formatRow(
spec,
contract,
success ? ':x:' : ':heavy_check_mark:',
success ? ':heavy_check_mark:' : ':x:',
url ? `[link](${url?.replace('/output/', '/jobStatus/')})` : 'error',
url ? `[link](${url})` : 'error',
),