mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-21 21:02:10 +01:00
Fix #116. Do not force color 256
This commit is contained in:
parent
eb7f5dc940
commit
87e0b543b3
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env node
|
||||
"use strict";
|
||||
|
||||
process.argv.push("--color=256");
|
||||
|
||||
const Tilda = require("tilda")
|
||||
, GitStatsLib = require("..")
|
||||
, Ul = require("ul")
|
||||
|
|
Loading…
Reference in a new issue