File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " wrangler " : patch
3+ ---
4+
5+ Disambiguate the "No files to upload. Proceeding with deployment..." message
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ Current Version ID: 00000000-0000-0000-0000-000000000000`);
274274 [
275275 "Uploaded 1 of 1 assets" ,
276276 "Uploaded 1 of 2 assets" ,
277- "No files to upload." ,
277+ "No updated asset files to upload." ,
278278 ] . some ( ( s ) => output . includes ( s ) )
279279 ) . toBeTruthy ( ) ;
280280 } ,
@@ -347,7 +347,7 @@ Current Version ID: 00000000-0000-0000-0000-000000000000`);
347347 [
348348 "Uploaded 1 of 1 assets" ,
349349 "Uploaded 1 of 2 assets" ,
350- "No files to upload." ,
350+ "No updated asset files to upload." ,
351351 ] . some ( ( s ) => output . includes ( s ) )
352352 ) . toBeTruthy ( ) ;
353353 expect ( output ) . toContain ( "- Binding: ASSETS" ) ;
Original file line number Diff line number Diff line change @@ -89,7 +89,9 @@ export const syncAssets = async (
8989 { telemetryMessage : true }
9090 ) ;
9191 }
92- logger . info ( `No files to upload. Proceeding with deployment...` ) ;
92+ logger . info (
93+ `No updated asset files to upload. Proceeding with deployment...`
94+ ) ;
9395 return initializeAssetsResponse . jwt ;
9496 }
9597
You can’t perform that action at this time.
0 commit comments