From 4e8d8e310f436a975da717e9795a5c133aa81d7c Mon Sep 17 00:00:00 2001 From: Ryan Manuel Date: Fri, 2 Dec 2022 19:59:34 -0600 Subject: [PATCH] update messaging on failures --- scripts/binary/binary-integrity-check-source.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/binary/binary-integrity-check-source.js b/scripts/binary/binary-integrity-check-source.js index d3b3f5a7437d..cec2c9316ca9 100644 --- a/scripts/binary/binary-integrity-check-source.js +++ b/scripts/binary/binary-integrity-check-source.js @@ -4,7 +4,7 @@ const toString = Function.prototype.toString const callFn = Function.call const integrityErrorMessage = ` -We detected an issue with the integrity of the Cypress binary. It may have been modified and is not safe to run. We recommend re-installing the Cypress binary with: +We detected an issue with the integrity of the Cypress binary. It may have been modified and cannot run. We recommend re-installing the Cypress binary with: \`cypress cache clear && cypress install\` `