We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9557070 commit d8c8b87Copy full SHA for d8c8b87
lib/commands/record-screen.js
@@ -252,6 +252,9 @@ export async function startRecordingScreen (
252
}
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 the recent screen recording');
257
+ await this._screenRecorder.stop(true);
258
259
this._screenRecorder = null;
260
0 commit comments