Skip to content

Commit 97694a8

Browse files
committed
update error language
1 parent 821a90b commit 97694a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/errors/__snapshot-html__/CLOUD_CANNOT_PROCEED_IN_PARALLEL.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/errors/__snapshot-html__/CLOUD_CANNOT_PROCEED_IN_SERIAL.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/errors/src/errors.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const AllCypressErrors = {
175175
176176
${fmt.highlightSecondary(arg1.response)}
177177
178-
Because you passed the ${fmt.flag(`--parallel`)} flag, this run cannot proceed because it requires a valid response from our servers.
178+
Because you passed the ${fmt.flag(`--parallel`)} flag, this run cannot proceed since it requires a valid response from our servers.
179179
180180
${fmt.listFlags(arg1.flags, {
181181
group: '--group',
@@ -188,7 +188,7 @@ export const AllCypressErrors = {
188188
189189
${fmt.highlightSecondary(arg1.response)}
190190
191-
Because you passed the ${fmt.flag(`--record`)} flag, this run cannot proceed because it requires a valid response from our servers.
191+
Because you passed the ${fmt.flag(`--record`)} flag, this run cannot proceed since it requires a valid response from our servers.
192192
193193
${fmt.listFlags(arg1.flags, {
194194
group: '--group',

0 commit comments

Comments
 (0)