electron-storage
electron-storage copied to clipboard
Simply save/load json files to/from file system in electron applications
Hi there. I get this error on macOS. ``` var data = new Object(); data.name = name; data.address = address; storage.set('customers.json', data) .then(() => { console.log('Data saved successfully!') }) .catch((err)...
It's not code so remove the code block. Emphasize with italics instead. Also add first `.json` in ticks to be consistent.
No longer works.