electron-userland / electron-json-storage

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

Default callback to _.noop #93

Closed jviotti closed 6 years ago

jviotti commented 6 years ago

This allows users to call the async functions in a fire and forget fashion.

Fixes: https://github.com/electron-userland/electron-json-storage/issues/91 Signed-off-by: Juan Cruz Viotti jv@jviotti.com