We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f0ad1 commit 583f8d9Copy full SHA for 583f8d9
tools/find-inactive-tsc.mjs
@@ -13,7 +13,7 @@ import fs from 'node:fs';
13
import path from 'node:path';
14
import readline from 'node:readline';
15
16
-const SINCE = +process.argv[2] || '3 months ago';
+const SINCE = process.argv[2] || '3 months ago';
17
18
async function runGitCommand(cmd, options = {}) {
19
const childProcess = cp.spawn('/bin/sh', ['-c', cmd], {
0 commit comments