devtron icon indicating copy to clipboard operation
devtron copied to clipboard

Remove misleading `return` statements from `uninstall` function

Open enlight opened this issue 8 years ago • 0 comments

BrowserWindow.removeDevToolsExtensions() doesn't actually return anything, as can been seen at https://github.com/electron/electron/blob/64c447bf042b9584af6b9064b18ad68d33ce8627/lib/browser/chrome-extension.js#L415

enlight avatar Sep 12 '17 02:09 enlight