mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +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
|
#!/usr/bin/env node
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
process.argv.push("--color=256");
|
|
||||||
|
|
||||||
const Tilda = require("tilda")
|
const Tilda = require("tilda")
|
||||||
, GitStatsLib = require("..")
|
, GitStatsLib = require("..")
|
||||||
, Ul = require("ul")
|
, Ul = require("ul")
|
||||||
|
|
Loading…
Reference in a new issue