electron-storage icon indicating copy to clipboard operation
electron-storage copied to clipboard

Simply save/load json files to/from file system in electron applications

Results 4 electron-storage issues
Sort by recently updated
recently updated
newest added

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.