We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c16651 commit f1ea781Copy full SHA for f1ea781
lib/commands/record-screen.js
@@ -253,7 +253,7 @@ export async function startRecordingScreen (
253
this.log.debug('Forcing the active screen recording to stop');
254
await this._screenRecorder.stop(true);
255
} else if (this._screenRecorder) {
256
- this.log.debug('Clearing previous record');
+ this.log.debug('Clearing the recent screen recording');
257
258
}
259
this._screenRecorder = null;
0 commit comments