File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -677,9 +677,9 @@ describe("publish", () => {
677
677
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mThe current authentication token does not have 'All Zones' permissions.[0m
678
678
679
679
Falling back to using the zone-based API endpoint to update each route individually.
680
- Note that there is no access to read or create routes associated with zones that the API token
681
- does not have permission for.
682
- No existing routes will been deleted in this case .
680
+ Note that there is no access to routes associated with zones that the API token does not have
681
+ permission for.
682
+ Existing routes for this Worker in such zones will not be deleted .
683
683
684
684
685
685
[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mPreviously deployed routes:[0m
Original file line number Diff line number Diff line change @@ -626,8 +626,8 @@ async function publishRoutesFallback(
626
626
logger . warn (
627
627
"The current authentication token does not have 'All Zones' permissions.\n" +
628
628
"Falling back to using the zone-based API endpoint to update each route individually.\n" +
629
- "Note that there is no access to read or create routes associated with zones that the API token does not have permission for.\n" +
630
- "No existing routes will been deleted in this case ."
629
+ "Note that there is no access to routes associated with zones that the API token does not have permission for.\n" +
630
+ "Existing routes for this Worker in such zones will not be deleted ."
631
631
) ;
632
632
633
633
const deployedRoutes : string [ ] = [ ] ;
You can’t perform that action at this time.
0 commit comments