We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7f526 commit 63419c6Copy full SHA for 63419c6
tools/find-inactive-collaborators.mjs
@@ -8,7 +8,7 @@ import cp from 'node:child_process';
8
import fs from 'node:fs';
9
import readline from 'node:readline';
10
11
-const SINCE = +process.argv[2] || '18 months ago';
+const SINCE = process.argv[2] || '18 months ago';
12
13
async function runGitCommand(cmd, mapFn) {
14
const childProcess = cp.spawn('/bin/sh', ['-c', cmd], {
0 commit comments