mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 21:32:10 +01:00
Changed to comma style
This commit is contained in:
parent
4d1de322fa
commit
4662a6902e
1 changed files with 4 additions and 3 deletions
|
@ -34,9 +34,10 @@ switch (process.argv[2]) {
|
||||||
default:
|
default:
|
||||||
var options = {
|
var options = {
|
||||||
theme: "DARK"
|
theme: "DARK"
|
||||||
},
|
}
|
||||||
parameter,
|
, parameter
|
||||||
i;
|
, i
|
||||||
|
;
|
||||||
|
|
||||||
// iterate over all parameters and assign them in options object
|
// iterate over all parameters and assign them in options object
|
||||||
for (i = 2; i < process.argv.length; i++) {
|
for (i = 2; i < process.argv.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue