forked from DGNum/infrastructure
feat(verify): Tweak error message
This commit is contained in:
parent
e4e44dfd00
commit
1d686b740b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ in
|
|||
in
|
||||
if (failed != [ ]) then
|
||||
throw ''
|
||||
|
||||
Failed assertions:
|
||||
${builtins.concatStringsSep "\n" failed}
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue