patch: no unknown flake outputs

This commit is contained in:
Max Headroom 2022-02-21 20:53:12 +01:00
parent 1c49d1f82d
commit 1d04ea2941

View file

@ -631,8 +631,6 @@ struct CmdFlakeCheck : FlakeCommand
}
}
else
warn("unknown flake output '%s'", name);
} catch (Error & e) {
e.addTrace(pos, hintfmt("while checking flake output '%s'", name));