We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afd2c4 commit 56875e3Copy full SHA for 56875e3
node-scripts/generate-youtube-redirects.js
@@ -52,4 +52,6 @@ fs.writeFileSync(
52
JSON.stringify(redirects)
53
);
54
55
-console.log(`${Object.keys(redirects).length} YouTube redirects we generated.`);
+console.log(
56
+ `${Object.keys(redirects).length} YouTube redirects were generated.`
57
+);
0 commit comments