Skip to content

Commit a9e645c

Browse files
committed
Calls cancel for tabs where no listeners were found in geteventlisteners
1 parent 758de4b commit a9e645c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geteventlisteners/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ func main() {
115115

116116
if first {
117117
// we didn't find any matching event listeners
118+
cancel()
118119
continue
119120
}
120121

0 commit comments

Comments
 (0)