:d error
This commit is contained in:
@@ -82,7 +82,7 @@ ref<EvalState> EvalCommand::getEvalState()
|
||||
if (expr.staticenv)
|
||||
{
|
||||
auto vm = mapStaticEnvBindings(*expr.staticenv.get(), env);
|
||||
runRepl(evalState, *vm);
|
||||
runRepl(evalState, ref<const Error>(&error), *vm);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user