File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 54
54
"@types/through2" : " latest" ,
55
55
"@types/travis-fold" : " latest" ,
56
56
"@types/xml2js" : " ^0.4.0" ,
57
- "@typescript-eslint/eslint-plugin" : " 2.2.0 " ,
58
- "@typescript-eslint/experimental-utils" : " 2.2.0 " ,
59
- "@typescript-eslint/parser" : " 2.2.0 " ,
57
+ "@typescript-eslint/eslint-plugin" : " 2.3.2 " ,
58
+ "@typescript-eslint/experimental-utils" : " 2.3.2 " ,
59
+ "@typescript-eslint/parser" : " 2.3.2 " ,
60
60
"async" : " latest" ,
61
61
"azure-devops-node-api" : " ^8.0.0" ,
62
62
"browser-resolve" : " ^1.11.2" ,
65
65
"chalk" : " latest" ,
66
66
"convert-source-map" : " latest" ,
67
67
"del" : " 5.1.0" ,
68
- "eslint" : " 6.3.0 " ,
68
+ "eslint" : " 6.5.1 " ,
69
69
"eslint-formatter-autolinkable-stylish" : " 1.0.3" ,
70
70
"eslint-plugin-import" : " 2.18.2" ,
71
- "eslint-plugin-jsdoc" : " 15.9.1 " ,
71
+ "eslint-plugin-jsdoc" : " 15.9.9 " ,
72
72
"eslint-plugin-no-null" : " 1.0.2" ,
73
73
"fancy-log" : " latest" ,
74
74
"fs-extra" : " ^6.0.1" ,
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ namespace Harness.Parallel.Host {
147
147
}
148
148
149
149
cursor . hide ( ) ;
150
- readline . moveCursor ( process . stdout , - process . stdout . columns ! , - this . _lineCount ) ;
150
+ readline . moveCursor ( process . stdout , - process . stdout . columns , - this . _lineCount ) ;
151
151
let lineCount = 0 ;
152
152
const numProgressBars = this . _progressBars . length ;
153
153
for ( let i = 0 ; i < numProgressBars ; i ++ ) {
@@ -156,7 +156,7 @@ namespace Harness.Parallel.Host {
156
156
process . stdout . write ( this . _progressBars [ i ] . text + os . EOL ) ;
157
157
}
158
158
else {
159
- readline . moveCursor ( process . stdout , - process . stdout . columns ! , + 1 ) ;
159
+ readline . moveCursor ( process . stdout , - process . stdout . columns , + 1 ) ;
160
160
}
161
161
162
162
lineCount ++ ;
You can’t perform that action at this time.
0 commit comments