mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 13:42:30 -05:00
fix: add missing stdout
This commit is contained in:
parent
2907601077
commit
113c0c095e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue