kopia lustrzana https://github.com/c9/core
Fix verbose tar command getting stuck
rodzic
a2db60bed8
commit
d9235bff30
|
@ -351,7 +351,11 @@ define(function(require, exports, module) {
|
|||
|
||||
// Untargz package
|
||||
proc.spawn(TAR, {
|
||||
args: ["-C", normalizePath(packagePath), "-zxvf", normalizePath(gzPath)]
|
||||
args: [
|
||||
(verbose ? "-v" : ""),
|
||||
"-C", normalizePath(packagePath),
|
||||
"-zxf", normalizePath(gzPath)
|
||||
]
|
||||
}, function(err, p){
|
||||
if (err) return callback(err);
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue