electron-store
electron-store copied to clipboard
jump code when use in render process
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 ?