Skip to content

Commit

Permalink
Update packages/server/lib/cloud/protocol.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Oct 10, 2023
1 parent 3c85e43 commit 934c08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/lib/cloud/protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const routes = require('./routes')
const debug = Debug('cypress:server:protocol')
const debugVerbose = Debug('cypress-verbose:server:protocol')

const CAPTURE_ERRORS = process.env.CYPRESS_LOCAL_PROTOCOL_PATH
const CAPTURE_ERRORS = !process.env.CYPRESS_LOCAL_PROTOCOL_PATH
const DELETE_DB = !process.env.CYPRESS_LOCAL_PROTOCOL_PATH

// Timeout for upload
Expand Down

0 comments on commit 934c08f

Please sign in to comment.