forked from lix-project/lix
remove comma
This commit is contained in:
parent
a61841ac41
commit
8b197c492e
|
@ -845,7 +845,7 @@ LocalNoInlineNoReturn(void throwEvalError(const Pos & pos, const Suggestions & s
|
||||||
auto error = EvalError({
|
auto error = EvalError({
|
||||||
.msg = hintfmt(s, s2),
|
.msg = hintfmt(s, s2),
|
||||||
.errPos = pos,
|
.errPos = pos,
|
||||||
.suggestions = suggestions,
|
.suggestions = suggestions
|
||||||
});
|
});
|
||||||
|
|
||||||
if (debuggerHook)
|
if (debuggerHook)
|
||||||
|
|
Loading…
Reference in a new issue