Skip to content

Commit f1ea781

Browse files
committed
improve log message
1 parent 5c16651 commit f1ea781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/record-screen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export async function startRecordingScreen (
253253
this.log.debug('Forcing the active screen recording to stop');
254254
await this._screenRecorder.stop(true);
255255
} else if (this._screenRecorder) {
256-
this.log.debug('Clearing previous record');
256+
this.log.debug('Clearing the recent screen recording');
257257
await this._screenRecorder.stop(true);
258258
}
259259
this._screenRecorder = null;

0 commit comments

Comments
 (0)