@@ -6381,7 +6381,7 @@ addEventListener('fetch', event => {});`
63816381
63826382 await runWrangler ( "deploy index.js" ) ;
63836383 expect ( std . out ) . toMatchInlineSnapshot ( `
6384- "Running custom build: node -e \\"4+4; require('fs').writeFileSync('index.js', 'export default { fetch(){ return new Response(123) } }')\\"
6384+ "[ custom build] Running : node -e \\"4+4; require('fs').writeFileSync('index.js', 'export default { fetch(){ return new Response(123) } }')\\"
63856385 Total Upload: xx KiB / gzip: xx KiB
63866386 Worker Startup Time: 100 ms
63876387 No bindings found.
@@ -6409,7 +6409,7 @@ addEventListener('fetch', event => {});`
64096409
64106410 await runWrangler ( "deploy index.js" ) ;
64116411 expect ( std . out ) . toMatchInlineSnapshot ( `
6412- "Running custom build: echo \\"export default { fetch(){ return new Response(123) } }\\" > index.js
6412+ "[ custom build] Running : echo \\"export default { fetch(){ return new Response(123) } }\\" > index.js
64136413 Total Upload: xx KiB / gzip: xx KiB
64146414 Worker Startup Time: 100 ms
64156415 No bindings found.
@@ -6437,9 +6437,9 @@ addEventListener('fetch', event => {});`
64376437 The \`main\` property in your wrangler.toml file should point to the file generated by the custom build.]
64386438 ` ) ;
64396439 expect ( std . out ) . toMatchInlineSnapshot ( `
6440- "Running custom build: node -e \\"4+4;\\"
6441- "
6442- ` ) ;
6440+ "[ custom build] Running : node -e \\"4+4;\\"
6441+ "
6442+ ` ) ;
64436443 expect ( std . err ) . toMatchInlineSnapshot ( `
64446444 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mThe expected output file at \\"index.js\\" was not found after running custom build: node -e \\"4+4;\\".[0m
64456445
@@ -6476,9 +6476,9 @@ addEventListener('fetch', event => {});`
64766476 \`\`\`]
64776477 ` ) ;
64786478 expect ( std . out ) . toMatchInlineSnapshot ( `
6479- "Running custom build: node -e \\"4+4;\\"
6480- "
6481- ` ) ;
6479+ "[ custom build] Running : node -e \\"4+4;\\"
6480+ "
6481+ ` ) ;
64826482 expect ( std . err ) . toMatchInlineSnapshot ( `
64836483 "[31mX [41;31m[[41;97mERROR[41;31m][0m [1mThe expected output file at \\".\\" was not found after running custom build: node -e \\"4+4;\\".[0m
64846484
0 commit comments