Skip to content

Commit bf076a4

Browse files
committed
lint
1 parent 858b155 commit bf076a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/headless.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func (b *Browser) ScreenshotWithBody(url string, timeout time.Duration, idle tim
134134
StatusCode: -1,
135135
ErrorType: "QUIT_BEFORE_RESOURCE_LOADING_END",
136136
}
137-
requestsMap.Set(string(e.RequestID), req)
137+
_ = requestsMap.Set(string(e.RequestID), req)
138138
})()
139139
// Intercept inbound responses
140140
go page.EachEvent(func(e *proto.NetworkResponseReceived) {

0 commit comments

Comments
 (0)