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

Commit 19b9e48

Browse files
committed
Make linter happy (logger)
1 parent 8a3c512 commit 19b9e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/browser_type.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func makeLogger(ctx context.Context, launchOpts *common.LaunchOptions) (*common.
167167
)
168168
// set the log level from the launch options (usually from a script's options).
169169
if launchOpts.Debug {
170-
logger.SetLevel("debug")
170+
_ = logger.SetLevel("debug")
171171
}
172172
if el, ok := os.LookupEnv("XK6_BROWSER_LOG"); ok {
173173
if err := logger.SetLevel(el); err != nil {

0 commit comments

Comments
 (0)