Skip to content

Commit

Permalink
No need to shorten tar.name, since file list isn't there
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 7, 2011
1 parent 12ee299 commit 46c8029
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/tar.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function packFiles (targetTarball, parent, files, pkg, cb) {
var tar = spawn( npm.config.get("tar")
, args, tarEnv, false, parent)
, errState
tar.name = "tar -czvf - <file list elided>"
tar.stdin.write(files.join("\n"))
tar.stdin.end()
tar.stdout.pipe(target)
Expand Down

0 comments on commit 46c8029

Please sign in to comment.