mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +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:
|
||||
var options = {
|
||||
theme: "DARK"
|
||||
},
|
||||
parameter,
|
||||
i;
|
||||
}
|
||||
, parameter
|
||||
, i
|
||||
;
|
||||
|
||||
// iterate over all parameters and assign them in options object
|
||||
for (i = 2; i < process.argv.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue