Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure HTML is written to disk when outputMode=pretty. (GoogleChrome#846
) `outputMode` in this case is derived from the CLI options and ends up being a regular string. Then it's being compared to an enum value, which in Typscript is a number by default. This PR ensures that we compare string against string and correctly write the HTML output to disk.
- Loading branch information