Skip to content

Commit 87e0b54

Browse files
committed
Fix #116. Do not force color 256
1 parent eb7f5dc commit 87e0b54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/git-stats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env node
22
"use strict";
33

4-
process.argv.push("--color=256");
5-
64
const Tilda = require("tilda")
75
, GitStatsLib = require("..")
86
, Ul = require("ul")

0 commit comments

Comments
 (0)