You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/printCommitStats.mjs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,12 @@ function toRatioString(
104
104
}
105
105
});
106
106
107
+
console.log(
108
+
'> Disclaimer: *do not use* any results here to quantify how good this commit. Numbers should never be used to judge quality work and passionate people.'
109
+
);
110
+
111
+
console.log();
112
+
107
113
console.log('| | Files | Lines added | Lines added and removed | Lines ratio |');
0 commit comments