File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,10 @@ function pauseSession(passedObject = {}) {
8484 } )
8585 return new Promise ( resolve => {
8686 finish = resolve
87- // eslint-disable-next-line
8887 return askForStep ( )
8988 } )
9089}
9190
92- /* eslint-disable */
9391async function parseInput ( cmd ) {
9492 rl . pause ( )
9593 next = false
@@ -198,7 +196,6 @@ async function parseInput(cmd) {
198196 recorder . add ( 'ask for next step' , askForStep )
199197 nextStep ( )
200198}
201- /* eslint-enable */
202199
203200function askForStep ( ) {
204201 return new Promise ( resolve => {
Original file line number Diff line number Diff line change 139139 "chai-subset" : " 1.6.0" ,
140140 "documentation" : " 14.0.3" ,
141141 "electron" : " 34.0.0" ,
142- "eslint" : " ^9.17 .0" ,
142+ "eslint" : " ^9.18 .0" ,
143143 "eslint-plugin-import" : " 2.31.0" ,
144144 "eslint-plugin-mocha" : " 10.5.0" ,
145145 "expect" : " 29.7.0" ,
You can’t perform that action at this time.
0 commit comments