diff --git a/Modules/Net/readers.swift b/Modules/Net/readers.swift index f227e12d..1a9e2752 100644 --- a/Modules/Net/readers.swift +++ b/Modules/Net/readers.swift @@ -368,6 +368,10 @@ public class ProcessReader: Reader<[Network_Process]> { process.name = nameArray.dropLast().joined(separator: ".") } + if process.name == "" { + process.name = process.pid + } + if let download = Int(parsedLine[1]) { process.download = download } diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 72acb4f0..30bc144f 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 331 + 332 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType