mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add stderr to PBEasyPipe output for helpful messages to Console.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
|
||||
NSPipe* pipe = [NSPipe pipe];
|
||||
[task setStandardOutput:pipe];
|
||||
[task setStandardError:pipe];
|
||||
return task;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user