mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Remove linter warning
This commit is contained in:
@@ -1670,7 +1670,7 @@ describe('BrowserWindow module', function () {
|
||||
clearInterval(showPanelIntervalId)
|
||||
|
||||
showPanelIntervalId = setInterval(function () {
|
||||
if (w == null || w.isDestroyed()) {
|
||||
if (w == null || w.isDestroyed()) {
|
||||
clearInterval(showLastDevToolsPanel)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user