mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-04 22:30:00 -06:00
desktop: remove obselete check
This commit is contained in:
@@ -123,9 +123,7 @@ const openProject = (project) => {
|
||||
specsStore.loading(true)
|
||||
|
||||
const setProjectError = (err) => {
|
||||
if (err.type !== 'warning') {
|
||||
project.setLoading(false)
|
||||
}
|
||||
project.setLoading(false)
|
||||
project.setError(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user