Skip to content

Commit

Permalink
Fix setDownloadsPath doc
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Oct 25, 2024
1 parent a585989 commit fa3c833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/browser_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const artifactsDirectory = "k6browser-artifacts-"

// setDownloadsPath sets the downloads path.
// If the provided path is empty, a temporary directory with
// an artifactsDirectory prefix.
// an artifactsDirectory prefix will be created.
func (b *BrowserContext) setDownloadsPath(path string) error {
path = strings.TrimSpace(path)
if path != "" {
Expand Down

0 comments on commit fa3c833

Please sign in to comment.