There was an error while loading. Please reload this page.
1 parent 85c5015 commit 8e1524dCopy full SHA for 8e1524d
1 file changed
src/se.js
@@ -285,7 +285,7 @@ D.Se.prototype = {
285
v.text = se.preProcessOutput('', v.text);
286
se.lines.push(v);
287
} else {
288
- if (v.type === 14 || se.promptType === 4) ll.text = '';
+ if ((ll.type !== 2 && v.type === 14) || se.promptType === 4) ll.text = '';
289
ll.text = se.preProcessOutput(ll.text, v.text);
290
ll.type = v.type;
291
ll.group = v.group;
0 commit comments