Improve progress indicator
This commit is contained in:
+1
-1
@@ -642,7 +642,7 @@ void EvalState::evalFile(const Path & path, Value & v)
|
||||
return;
|
||||
}
|
||||
|
||||
Activity act(*logger, lvlTalkative, format("evaluating file ‘%1%’") % path2);
|
||||
printTalkative("evaluating file ‘%1%’", path2);
|
||||
Expr * e = parseExprFromFile(checkSourcePath(path2));
|
||||
try {
|
||||
eval(e, v);
|
||||
|
||||
Reference in New Issue
Block a user