sindresorhus / electron-store

Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
MIT License
4.57k stars 148 forks source link

jump code when use in render process #250

Open samantrader opened 1 year ago

samantrader commented 1 year ago

Hi I used electron-stroe in render process with this code

const Store = require("electron-store"); const store = new Store();

but when debug project the line const Store = require("electron-store"); is get long time and then debug code jump to 10 line forward why ?