Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: executeMethodMap of startRecordingScreen #303

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove trailing spaces
  • Loading branch information
kkb912002 committed Mar 5, 2025
commit 9b9ac730ee88cda53e46925de6ad074bdb7233a2
4 changes: 2 additions & 2 deletions lib/commands/record-screen.js
Original file line number Diff line number Diff line change
@@ -402,7 +402,7 @@ export async function stopRecordingScreen(options = {}) {
/**
* For detailed explanations of each property,
* please refer to the parameters of the `windowsStartRecordingScreen` function.
*
*
* @typedef {Object} StartRecordingOptions
*
* @property {string} [videoFilter]
@@ -418,7 +418,7 @@ export async function stopRecordingScreen(options = {}) {
/**
* For detailed explanations of each property,
* please refer to the parameters of the `windowsStopRecordingScreen` function.
*
*
* @typedef {Object} StopRecordingOptions
*
* @property {string} [remotePath]