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

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 b86a59f commit 943c568
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 943c568

Please sign in to comment.