Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 841b0dd

Browse files
committed
fix regression
1 parent 86f665d commit 841b0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/personas/tools/researcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def process_filter(filter, goals, post, &blk)
146146

147147
formatter.each_chunk { |chunk| results << run_inference(chunk[:text], goals, post, &blk) }
148148

149-
if this.context.cancel_manager&.cancelled?
149+
if context.cancel_manager&.cancelled?
150150
{
151151
dry_run: false,
152152
goals: goals,

0 commit comments

Comments
 (0)