This repository was archived by the owner on Oct 1, 2020. It is now read-only.
This repository was archived by the owner on Oct 1, 2020. It is now read-only.
Incorrectly listening to 'compile' event and emitting 'rerun' when 'shouldWatch' is false #44
Closed
Description
In Cypress run
mode, when shouldWatch
is false
, we still listen to the 'compile' event and emit 'rerun', causing indefinite hanging or really-long compile times. We should only listen to 'compile' if shouldWatch
is true
.
Metadata
Metadata
Assignees
Labels
No labels