mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add stderror to the pipe results, so we can find out what happened when things go wrong. Not an optimal answer, but a quick one.
This commit is contained in:
committed by
Nathan Kinsinger
parent
e43a87e3f8
commit
ffa2e1aed4
@@ -32,6 +32,7 @@
|
||||
|
||||
NSPipe* pipe = [NSPipe pipe];
|
||||
task.standardOutput = pipe;
|
||||
task.standardError = pipe;
|
||||
return task;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user