forked from lix-project/lix
* Quotes.
This commit is contained in:
parent
38f18aa6d4
commit
b19cebc513
|
@ -631,7 +631,7 @@ static Expr primDependencyClosure(EvalState & state, const ATermVector & args)
|
||||||
|
|
||||||
static Expr primAbort(EvalState & state, const ATermVector & args)
|
static Expr primAbort(EvalState & state, const ATermVector & args)
|
||||||
{
|
{
|
||||||
throw Abort(format("evaluation aborted with the following error message: %1%") %
|
throw Abort(format("evaluation aborted with the following error message: `%1%'") %
|
||||||
evalString(state, args[0]));
|
evalString(state, args[0]));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue