feat(cleaner): add recordVideo to renderer API layer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -118,6 +118,7 @@ export async function reloadManagers(): Promise<string[]> {
|
||||
export async function runCleanerExecution(params: {
|
||||
dryRun: boolean
|
||||
headless: boolean
|
||||
recordVideo: boolean
|
||||
queryBatchSize: number
|
||||
processConcurrency: number
|
||||
selectedManagers: string[]
|
||||
@@ -148,6 +149,7 @@ export async function runCleanerExecution(params: {
|
||||
materialCodes: materialCodeList,
|
||||
dryRun: params.dryRun,
|
||||
headless: params.headless,
|
||||
recordVideo: params.recordVideo,
|
||||
queryBatchSize: params.queryBatchSize,
|
||||
processConcurrency: params.processConcurrency
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user