Skip to content

Commit

Permalink
Update ErrChromeNotInstalled message with nor
Browse files Browse the repository at this point in the history
Co-authored-by: ka3de <danijs12@hotmail.com>
  • Loading branch information
inancgumus and ka3de committed Dec 14, 2023
1 parent 33641ac commit bbfea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromium/browser_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func (b *BrowserType) allocate(
}

// ErrChromeNotInstalled is returned when the Chrome executable is not found.
var ErrChromeNotInstalled = errors.New("chrome or chromium is not installed on this system")
var ErrChromeNotInstalled = errors.New("neither chrome nor chromium is installed on this system")

// executablePath returns the path where the extension expects to find the browser executable.
func executablePath(
Expand Down

0 comments on commit bbfea56

Please sign in to comment.