Skip to content

Commit

Permalink
copy code changes from #7963 so the github actions can be run by a co…
Browse files Browse the repository at this point in the history
…ntributor
  • Loading branch information
dconeybe committed Jan 19, 2024
1 parent 4b5a82e commit e8b15c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/util/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export function isNodeSdk(): boolean {
export function isSafari(): boolean {
return (
!isNode() &&
navigator.userAgent &&
navigator.userAgent.includes('Safari') &&
!navigator.userAgent.includes('Chrome')
);
Expand Down

0 comments on commit e8b15c0

Please sign in to comment.