Skip to content

Commit

Permalink
remove xargs error listener
Browse files Browse the repository at this point in the history
  • Loading branch information
hilleer committed Dec 22, 2023
1 parent 00b9714 commit d8cb22d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/killer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export class Killer {

xargs.stdout.pipe(process.stdin);
xargs.stderr.on('data', logStderrData('xargs'));
xargs.on('error', (err) => reject(err));

xargs.on('exit', (code) => {
if (code !== 0) {
Expand Down

0 comments on commit d8cb22d

Please sign in to comment.