electron-userland / electron-json-storage

:package: Easily write and read user settings in Electron apps
1.43k stars 79 forks source link

Noob question #64

Closed hdev1 closed 7 years ago

hdev1 commented 7 years ago

In my main/index.js, storage.get works on 'selectedProfile', but in my upgrades.js used in index.html it returns [Object object]

hdev1 commented 7 years ago

Nevermind, I'm an idiot haha.