Skip to content

Commit

Permalink
fix(browser): fixed issue where certain use cases would never pretty-…
Browse files Browse the repository at this point in the history
…print in the browser
  • Loading branch information
grantila committed Feb 7, 2022
1 parent 781b75b commit 763cac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/prettification.ts
Expand Up @@ -97,11 +97,11 @@ export function makePrettify(
getManager( ( validate as PrettifyOptions )?.colors );

return _prettify( {
location: undefined,
bigNumbers: undefined,
...( validate as PrettifyOptions ),
styleManager,
printCode,
location: undefined,
bigNumbers: undefined,
environment,
} );
}
Expand Down

0 comments on commit 763cac6

Please sign in to comment.