172 |
const key = `${commit.createdAt |
const key = `${commit.createdAt |
173 |
.getUTCDate() |
.getUTCDate() |
174 |
.toString() |
.toString() |
175 |
.padStart(2, 0)}-${commit.createdAt |
.padStart(2, 0)}-${(commit.createdAt.getUTCMonth() + 1) |
|
.getUTCMonth() |
|
176 |
.toString() |
.toString() |
177 |
.padStart(2, "0")}-${commit.createdAt.getUTCFullYear()}::${ |
.padStart(2, "0")}-${commit.createdAt.getUTCFullYear()}::${ |
178 |
Array.isArray(commit.author) |
Array.isArray(commit.author) |
219 |
console.log(" file if it exists already."); |
console.log(" file if it exists already."); |
220 |
console.log(); |
console.log(); |
221 |
console.log("Send general inquiries, questions and bug reports"); |
console.log("Send general inquiries, questions and bug reports"); |
222 |
console.log("to <[email protected]>."); |
console.log("to <[email protected]>."); |
223 |
} |
} |
224 |
|
|
225 |
function printVersion() { |
function printVersion() { |