It'd seem related to this issue of electron with node-font-list.
Uncaught (in promise) Error: Invalid package /Applications/Obsidian.app/Contents/Resources/electron.asar
at createError (node:electron/js2c/asar_bundle:5:1551)
at t.<computed> (node:electron/js2c/asar_bundle:5:2385)
at eval (plugin:home-tab:47:7)
at new Promise (<anonymous>)
at module2.exports (plugin:home-tab:46:29)
at exports.getFonts (plugin:home-tab:217:25)
at fontSuggester.getInstalledFonts (plugin:home-tab:8694:59)
at new fontSuggester (plugin:home-tab:8690:10)
at eval (plugin:home-tab:8940:47)
at e.addSearch (app.js:1:1155308)```
It'd seem related to this issue of electron with
node-font-list
.