Skip to content

Commit

Permalink
chore: add console log for output in case we need to reference it dow…
Browse files Browse the repository at this point in the history
…n the line
  • Loading branch information
MoonlightKomorebi committed Jul 8, 2021
1 parent 4aab81f commit 70703a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/actions/send-and-update-translation-queue.js
Expand Up @@ -41,6 +41,7 @@ const getContent = (locales) => {
* this step, it won't become a failed upload, and will then be
* cleaned up from the queue.
*/
console.log(`Skipping over -- ${slug} -- since it no longer exists.`);
return fs.existsSync(path.join(process.cwd(), slug));
})
.map(async (slug) => {
Expand Down

0 comments on commit 70703a2

Please sign in to comment.