Skip to content

Commit

Permalink
cypress run does not log stderr from plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshyadavdev committed Dec 5, 2019
1 parent 0dd0313 commit fe1ddd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/lib/exec/spawn.js
Expand Up @@ -250,9 +250,7 @@ module.exports = {
// we should attempt to always slurp up
// the stderr logs unless we've explicitly
// enabled the electron debug logging
if (!debugElectron.enabled) {
return false
}
return !!debugElectron.enabled
},
})
}
Expand Down

0 comments on commit fe1ddd7

Please sign in to comment.