adding one more place where the continuationMark capture was missing
This commit is contained in:
parent
0de018cabd
commit
c4af3b540d
|
@ -294,7 +294,8 @@
|
||||||
fail(baselib.exceptions.makeExnFail(
|
fail(baselib.exceptions.makeExnFail(
|
||||||
baselib.format.format(
|
baselib.format.format(
|
||||||
"Not a procedure: ~e",
|
"Not a procedure: ~e",
|
||||||
proc)));
|
proc),
|
||||||
|
MACHINE.captureContinuationMarks()));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user