remove comma

This commit is contained in:
Ben Burdette 2022-04-09 21:54:41 -06:00
parent a61841ac41
commit 8b197c492e

View file

@ -845,7 +845,7 @@ LocalNoInlineNoReturn(void throwEvalError(const Pos & pos, const Suggestions & s
auto error = EvalError({
.msg = hintfmt(s, s2),
.errPos = pos,
.suggestions = suggestions,
.suggestions = suggestions
});
if (debuggerHook)