MarshallOfSound / electron-devtools-installer

An easy way to ensure Chrome DevTools extensions into Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDMap.json not present on Electron 9

praneetrohida opened this issue · comments

I just realized that the install function returns before writing IDMap.json to disk. Was this intended? I rely on that file for some logic

Electron 9 uses a the chromium extension implement from chromium itself instead of the Electron one. The change you refer to is as a result of that switch and is unrelated to this module.