We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f737afb commit 4cfba40Copy full SHA for 4cfba40
1 file changed
browser/browser.go
@@ -123,12 +123,12 @@ func (b *Browser) Context() context.Context {
123
}
124
125
func (b *Browser) Close() {
126
- if b.cancel != nil {
127
- b.cancel()
128
- }
129
if b.allocCanc != nil {
130
b.allocCanc()
131
+ if b.cancel != nil {
+ b.cancel()
+ }
132
133
134
func (b *Browser) resolveID(id int) (int64, error) {
0 commit comments