We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60b8e4 commit c9c0cbeCopy full SHA for c9c0cbe
index.js
@@ -59,6 +59,7 @@ var DeployPluginBase = CoreObject.extend({
59
} else if (ui.actualOutputStream && ui.actualOutputStream.cursorTo) {
60
// on a real terminal we want to reset the cursor position
61
// to avoid overlap with other outputs
62
+ ui.actualOuputStream.clearLine();
63
ui.actualOutputStream.cursorTo(0);
64
}
65
0 commit comments