mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Do not remove any rows
This commit is contained in:
parent
2ea15d18c5
commit
ec7a66ceda
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ switch (process.argv[2]) {
|
||||||
return Couleurs.bg(c, theme.background)
|
return Couleurs.bg(c, theme.background)
|
||||||
});
|
});
|
||||||
|
|
||||||
data.splice(data.length - 2, 1);
|
//data.splice(data.length - 2, 1);
|
||||||
data = data.join("\n")
|
data = data.join("\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue