diff --git a/scripts/tx-push-help.js b/scripts/tx-push-help.js index d167aaad..7109b699 100755 --- a/scripts/tx-push-help.js +++ b/scripts/tx-push-help.js @@ -63,6 +63,7 @@ const txPushResource = async (name, articles, type) => { } // file not found - create it, but also give message + process.stdout.write(`Transifex Resource not found, creating: ${name}\n`); if (err.statusCode === 404) { await txCreateResource(TX_PROJECT, resourceData); }