diff --git a/PBEasyPipe.m b/PBEasyPipe.m index 11abe79..9a45fd9 100644 --- a/PBEasyPipe.m +++ b/PBEasyPipe.m @@ -41,6 +41,7 @@ NSPipe* pipe = [NSPipe pipe]; [task setStandardOutput:pipe]; + [task setStandardError:pipe]; return task; }