Closed The-Minecraft-Scientist closed 1 year ago
Weirdly it’s the first time anyone has requested this, I’ll try to remember when working on the next wrapper update.
It's strange that open
considers the default textedit
Current wrappers "View Last Run Logs" function
[self systemCommand:@"/usr/bin/open" withArgs:@[@"-e",[NSString stringWithFormat:@"%@/LastRunWine.log",logsFolder]]];
Next wrappers "View Last Run Logs" function
[self systemCommand:@"/usr/bin/open" withArgs:@[@"-a", @"Console",[NSString stringWithFormat:@"%@/LastRunWine.log",logsFolder]]];
Awesome! not having to manually open Console every time I want to make sense of a crash will be really nice
pretty self-explanatory. the Console app has a lot of nice tools that make working with log files a lot less painful than in textedit.