1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

ignore-try flag

This commit is contained in:
Ben Burdette 2022-06-02 10:26:46 -06:00
parent 1892355766
commit 9151dbff88
5 changed files with 27 additions and 1 deletions

View file

@ -58,6 +58,7 @@ struct CopyCommand : virtual StoreCommand
struct EvalCommand : virtual StoreCommand, MixEvalArgs
{
bool startReplOnEvalErrors = false;
bool ignoreExceptionsDuringTry = false;
EvalCommand();