mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 04:50:06 -05:00
fix: open browser at correct time during lifecycle (#19572)
This commit is contained in:
@@ -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()
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user