mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
* fix: let setAppLogsPath write to disk on UI thread Otherwise, the DCHECK in thread_restrictions will fire. * scope the io allowance more tightly * oops, scope it tightly in the mac version too