Skip to content

Commit e9bd16c

Browse files
Trottaduh95
andauthored
Update tools/find-inactive-collaborators.mjs
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 3ca90b8 commit e9bd16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/find-inactive-collaborators.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const SINCE = process.argv[2] || '6 months ago';
1212

1313
async function runGitCommand(cmd, mapFn) {
1414
const childProcess = cp.spawn('/bin/sh', ['-c', cmd], {
15-
// TODO: remove pathname after 14.x is EOL
15+
// TODO: remove pathname after https://github.com/nodejs/node/pull/38862 is backported to v14.x.
1616
cwd: new URL('..', import.meta.url).pathname,
1717
encoding: 'utf8',
1818
stdio: ['inherit', 'pipe', 'inherit'],

0 commit comments

Comments
 (0)