Remove linter warning
This commit is contained in:
parent
a851695bb9
commit
2cfa67bdff
1 changed files with 1 additions and 1 deletions
|
@ -1670,7 +1670,7 @@ describe('BrowserWindow module', function () {
|
||||||
clearInterval(showPanelIntervalId)
|
clearInterval(showPanelIntervalId)
|
||||||
|
|
||||||
showPanelIntervalId = setInterval(function () {
|
showPanelIntervalId = setInterval(function () {
|
||||||
if (w == null || w.isDestroyed()) {
|
if (w == null || w.isDestroyed()) {
|
||||||
clearInterval(showLastDevToolsPanel)
|
clearInterval(showLastDevToolsPanel)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue