Skip to content

Commit

Permalink
Merge branch '3.x' into bump-puppeteer-24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashohn committed Jan 21, 2025
2 parents 7fbbbc3 + 786638c commit 44862b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"figures": "3.2.0",
"fn-args": "4.0.0",
"fs-extra": "11.2.0",
"glob": "^11.0.0",
"glob": "^11.0.1",
"fuse.js": "^7.0.0",
"html-minifier-terser": "7.2.0",
"inquirer": "6.5.2",
Expand All @@ -113,7 +113,7 @@
"promise-retry": "1.1.1",
"resq": "1.11.0",
"sprintf-js": "1.1.3",
"uuid": "11.0.4"
"uuid": "11.0.5"
},
"optionalDependencies": {
"@codeceptjs/detox-helper": "1.1.5"
Expand All @@ -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

0 comments on commit 44862b0

Please sign in to comment.