mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Remove the bad file descriptor #warning since that was likely caused by calling standardOutput via dot notation on NSTask and this is fixed now.
This commit is contained in:
@@ -106,7 +106,6 @@
|
||||
NSFileHandle* handle = [[task standardOutput] fileHandleForReading];
|
||||
|
||||
[task launch];
|
||||
#warning This can cause a "Bad file descriptor"... when?
|
||||
NSData *data;
|
||||
@try {
|
||||
data = [handle readDataToEndOfFile];
|
||||
|
||||
Reference in New Issue
Block a user