mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +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;
|
throw;
|
||||||
} catch (Error & e) {
|
} catch (Error & e) {
|
||||||
if (settings.keepGoing) {
|
if (settings.keepGoing) {
|
||||||
ignoreExceptionExceptInterrupt();
|
logError(e.info());
|
||||||
hasErrors = true;
|
hasErrors = true;
|
||||||
} else
|
} else
|
||||||
throw;
|
throw;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue