diff --git a/lib/api/client-commands/pause.js b/lib/api/client-commands/pause.js index 080025de8..f999f5e82 100644 --- a/lib/api/client-commands/pause.js +++ b/lib/api/client-commands/pause.js @@ -39,6 +39,7 @@ class Pause extends EventEmitter { // eslint-disable-next-line console.log(`Paused... Press or F10 to step over to the next test command and pause again. + Press d to enter the DEBUG mode. Press Ctrl+C to exit. Press any other key to RESUME.`); @@ -64,7 +65,7 @@ class Pause extends EventEmitter { process.stdin.pause(); // Remove the logged paused... information above - readline.moveCursor(process.stdout, 0, -4); + readline.moveCursor(process.stdout, 0, -5); readline.clearScreenDown(process.stdout); if (callback) {