File tree Expand file tree Collapse file tree
site/en/docs/workbox/modules/workbox-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ generateSW({
8282}).then (({count, size, warnings}) => {
8383 if (warnings .length > 0 ) {
8484 console .warn (
85- ' Warnings encountered while generating a service worker:'
85+ ' Warnings encountered while generating a service worker:' ,
8686 warnings .join (' \n ' )
8787 );
8888 }
@@ -115,7 +115,7 @@ injectManifest({
115115}).then (({count, size, warnings}) => {
116116 if (warnings .length > 0 ) {
117117 console .warn (
118- ' Warnings encountered while injecting the manifest:'
118+ ' Warnings encountered while injecting the manifest:' ,
119119 warnings .join (' \n ' )
120120 );
121121 }
@@ -152,7 +152,7 @@ getManifest({
152152}).then (({manifestEntries, count, size, warnings}) => {
153153 if (warnings .length > 0 ) {
154154 console .warn (
155- ' Warnings encountered while getting the manifest:'
155+ ' Warnings encountered while getting the manifest:' ,
156156 warnings .join (' \n ' )
157157 );
158158 }
You can’t perform that action at this time.
0 commit comments