Skip to content

Commit c9c0cbe

Browse files
committed
add missing clearline
I sadly missed this in the last pr
1 parent f60b8e4 commit c9c0cbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ var DeployPluginBase = CoreObject.extend({
5959
} else if (ui.actualOutputStream && ui.actualOutputStream.cursorTo) {
6060
// on a real terminal we want to reset the cursor position
6161
// to avoid overlap with other outputs
62+
ui.actualOuputStream.clearLine();
6263
ui.actualOutputStream.cursorTo(0);
6364
}
6465

0 commit comments

Comments
 (0)