diff --git a/PBEasyPipe.m b/PBEasyPipe.m index 3b80184..5108254 100644 --- a/PBEasyPipe.m +++ b/PBEasyPipe.m @@ -32,6 +32,7 @@ NSPipe* pipe = [NSPipe pipe]; task.standardOutput = pipe; + task.standardError = pipe; return task; }