Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/pause.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ function pauseSession(passedObject = {}) {
})
return new Promise(resolve => {
finish = resolve
// eslint-disable-next-line
return askForStep()
})
}

/* eslint-disable */
async function parseInput(cmd) {
rl.pause()
next = false
Expand Down Expand Up @@ -198,7 +196,6 @@ async function parseInput(cmd) {
recorder.add('ask for next step', askForStep)
nextStep()
}
/* eslint-enable */

function askForStep() {
return new Promise(resolve => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"chai-subset": "1.6.0",
"documentation": "14.0.3",
"electron": "34.0.0",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-mocha": "10.5.0",
"expect": "29.7.0",
Expand Down
Loading