Skip to content

Commit

Permalink
Merge pull request #261 from yuki24/bugfix-no-method-error
Browse files Browse the repository at this point in the history
Fix the NoMethodError from #trace_discarded
  • Loading branch information
YusukeIwaki authored Aug 16, 2023
2 parents c430525 + 70d5e71 commit 161bbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/playwright/channel_owners/local_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def tracing_started(traces_dir, trace_name)
@channel.send_message_to_server('tracingStarted', params)
end

def tracing_discarded(stacks_id)
def trace_discarded(stacks_id)
@channel.send_message_to_server('traceDiscarded', stacksId: stacks_id)
end

Expand Down

0 comments on commit 161bbc0

Please sign in to comment.