Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 909680e

Browse files
committed
Minorly rephrase unsupported compatibility date warning
1 parent 5a39bc5 commit 909680e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tre/src/plugins/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function validateCompatibilityDate(compatibilityDate: string) {
133133
console.warn(
134134
yellow(
135135
[
136-
"The newest compatibility date supported by the installed version of the Cloudflare Workers Runtime is ",
136+
"The latest compatibility date supported by the installed Cloudflare Workers Runtime is ",
137137
bold(`"${supportedCompatibilityDate}"`),
138138
",\nbut you've requested ",
139139
bold(`"${compatibilityDate}"`),

0 commit comments

Comments
 (0)