mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -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