Add stderr to PBEasyPipe output for helpful messages to Console.

This commit is contained in:
André Berg
2009-10-26 15:34:51 +01:00
parent fed2cc4806
commit a2ebc4a4fd
+1
View File
@@ -41,6 +41,7 @@
NSPipe* pipe = [NSPipe pipe];
[task setStandardOutput:pipe];
[task setStandardError:pipe];
return task;
}