chore: UPDATE
This commit is contained in:
parent
9c328adbfe
commit
7af91abc3d
|
@ -21,10 +21,11 @@ const store = {
|
|||
}
|
||||
},
|
||||
};
|
||||
|
||||
(async () => {
|
||||
await store.set('Date.now', Date.now())
|
||||
console.log('electron-store ->', 'Date.now:', await store.get('Date.now'))
|
||||
console.log('electron-store ->', 'path:', await window.bridge.ipcRenderer.invoke('electron-store', 'path'))
|
||||
})();
|
||||
|
||||
export { };
|
||||
export { }
|
||||
|
|
Loading…
Reference in New Issue