WolframResearch / wolfram-app-discovery-rs

Locate local installations of the Wolfram Language.
Apache License 2.0
14 stars 5 forks source link

bugfix: Silence spurious warnings generated on macOS when no instances of an app type exist #37

Closed ConnorGray closed 1 year ago

ConnorGray commented 1 year ago

Most users won't have e.g. Player Pro or Finance Platform platform installed. Printing a warning to the console about it doesn't add any value.

Also fix a leaked CFError object.