Skip to content

Commit

Permalink
Merge 0e00c1c into 78f31f4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjurczynski committed Jul 1, 2021
2 parents 78f31f4 + 0e00c1c commit 10d8a80
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -24,6 +24,7 @@ export const detectedLogStyle: LogStyle = (() => {

const isNode =
typeof process !== 'undefined' &&
typeof process.versions !== 'undefined' &&
typeof process.versions.node !== 'undefined';

return isNonChromiumEdge || isIOsChrome ? 'none' : isNode ? 'ansi' : 'css';
Expand Down

0 comments on commit 10d8a80

Please sign in to comment.