fix: open browser at correct time during lifecycle (#19572)

This commit is contained in:
Tim Griesser
2022-01-12 13:41:25 -05:00
committed by GitHub
parent 139d88d91f
commit bfc032a2d4
32 changed files with 285 additions and 289 deletions
+2 -2
View File
@@ -126,7 +126,7 @@ const API = {
delete fileObjects[filePath]
return delete fileProcessors[filePath]
delete fileProcessors[filePath]
},
close () {
@@ -136,7 +136,7 @@ const API = {
fileProcessors = {}
baseEmitter.emit('close')
return baseEmitter.removeAllListeners()
baseEmitter.removeAllListeners()
},
}