brunophilipe / Cakebrew

Manage your Homebrew formulas with style using Cakebrew.
http://www.cakebrew.com
GNU General Public License v3.0
4.81k stars 254 forks source link

Fix crash due to the use of NSAlert from non-main Thread #234

Open S2Ler opened 3 years ago

S2Ler commented 3 years ago

The app crashes with the following error:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'

Reproduced by not having the shell in /etc/shells

wb7700 commented 3 years ago

good job!

S2Ler commented 3 years ago

Fixes #237