Skip to content

Commit d4fd5c2

Browse files
committed
Remove "(ignored)" from errors in nix flake check --keep-going
1 parent a38c7eb commit d4fd5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nix/flake.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ struct CmdFlakeCheck : FlakeCommand
367367
throw;
368368
} catch (Error & e) {
369369
if (settings.keepGoing) {
370-
ignoreExceptionExceptInterrupt();
370+
logError(e.info());
371371
hasErrors = true;
372372
} else
373373
throw;

0 commit comments

Comments
 (0)