mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
If an extension has already been loaded (for instance because it’s persisted), `addDevToolsExtension` will return nothing, which is confusing. This adds a little `console.warn` to educate people about what’s happening. Closes #5854