Skip to content

🐛 Add tar to ignored unlisted binaries #1796

Description

@romainmenke

Prerequisites

Reproduction url

I completely failed to use codesandbox and stackblitz

Reproduction access

  • I've made sure the reproduction is publicly accessible

Description of the issue

import { spawn } from 'node:child_process';

spawn('tar', ['-xf', 'foo', '-C', 'bar', '--strip-components', '1'], {
  cwd: './',
});

I got:

Unlisted binaries (2)
tar  packages/pack-test/dist/index.mjs
tar  packages/pack-test/src/index.ts  

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions