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

jump code when use in render process

Open samantrader opened this issue 1 year ago • 0 comments

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 ?

samantrader avatar Feb 24 '23 15:02 samantrader