Skip to content

Commit

Permalink
colors tests
Browse files Browse the repository at this point in the history
  • Loading branch information
srsholmes committed Feb 26, 2018
1 parent c04834e commit fe7bc0a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/js/src/Colors_Support.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Colors_Support.re
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ let isTerminal256 = () => {

let isFancyTerminal = () => {
let termEnv = safeGetEnv("TERM_PROGRAM");
Js.log(termEnv);
termEnv !== notFoundStr ?
/* This will fail in terms without "TERM_PROGRAM_VERSION" */
switch termEnv {
Expand Down

0 comments on commit fe7bc0a

Please sign in to comment.