Skip to content

Commit

Permalink
Update tools/find-inactive-collaborators.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Trott and aduh95 authored Jul 12, 2021
1 parent 3ca90b8 commit e9bd16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/find-inactive-collaborators.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SINCE = process.argv[2] || '6 months ago';

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

0 comments on commit e9bd16c

Please sign in to comment.