Echo upload command line
This commit is contained in:
parent
9ca39e0cb9
commit
55ca939170
|
@ -116,6 +116,8 @@ class ASBuilder {
|
||||||
args.append("-b")
|
args.append("-b")
|
||||||
args.append(speed!)
|
args.append(speed!)
|
||||||
}
|
}
|
||||||
|
let cmdLine = task!.launchPath+" "+(args as NSArray).componentsJoinedByString(" ")+"\n"
|
||||||
|
logOut.writeData(cmdLine.dataUsingEncoding(NSUTF8StringEncoding, allowLossyConversion: true)!)
|
||||||
task!.arguments = args;
|
task!.arguments = args;
|
||||||
task!.launch()
|
task!.launch()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user