Commit graph

2 commits

Author SHA1 Message Date
Ac_K
c3af3df30e common: Fix WMI exception (#1422)
* common: Fix WMI exception

We currently don't check if WMI service is available when we get the CPU name and the RAM size.
This fix the issue by catching all exceptions and set default values instead.

Close #1353

* remove useless assign

* Fix Exception

* Address comments

Co-authored-by: Thog <me@thog.eu>
2020-07-30 21:02:06 +02:00
Mary
08197aa99a Refactor SystemInfo and implement macOS system info backend (#1177) 2020-05-04 12:15:27 +10:00