We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53f02b commit cd5656dCopy full SHA for cd5656d
1 file changed
src/backends/darwin.mm
@@ -30,6 +30,7 @@ void hideDockIcon(bool shouldHide) {
30
31
NSPipe *pipe = [NSPipe pipe];
32
task.standardOutput = pipe;
33
+ task.standardError = [NSPipe pipe];
34
[task launch];
35
36
NSData *data = [[pipe fileHandleForReading] readDataToEndOfFile];
0 commit comments