mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Remove "(ignored)" from errors in nix flake check --keep-going
This commit is contained in:
parent
a38c7eb64e
commit
d4fd5c222d
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ struct CmdFlakeCheck : FlakeCommand
|
|||
throw;
|
||||
} catch (Error & e) {
|
||||
if (settings.keepGoing) {
|
||||
ignoreExceptionExceptInterrupt();
|
||||
logError(e.info());
|
||||
hasErrors = true;
|
||||
} else
|
||||
throw;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue