File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/core/lib/v3/handlers Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,6 @@ export class ActHandler {
332332 const settleTimeout = domSettleTimeoutMs ?? this . defaultDomSettleTimeoutMs ;
333333 const effectiveClient = llmClientOverride ?? this . llmClient ;
334334
335-
336335 const method = action . method ?. trim ( ) ;
337336 if ( ! method || method === "not-supported" ) {
338337 v3Logger ( {
Original file line number Diff line number Diff line change @@ -123,7 +123,9 @@ export class ExtractHandler {
123123
124124 v3Logger ( {
125125 category : "extraction" ,
126- message : instruction ? `[extract] ${ instruction } ` : "[extract] Extracting page text" ,
126+ message : instruction
127+ ? `[extract] ${ instruction } `
128+ : "[extract] Extracting page text" ,
127129 level : 1 ,
128130 } ) ;
129131
You can’t perform that action at this time.
0 commit comments