@enplug/scripts 1.11.4-dev48 → 1.11.4-dev49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -119,7 +119,7 @@ async function findCrowdinAppDirectoryId(credentials, crowdinPath, appName) {
119
119
  if (err.response.status === HTTP_UNAUTHORIZED_STATUS_CODE) {
120
120
  console.error(`\n${chalk.red.bold('Provided Crowdin token is invalid')}`);
121
121
  console.log(`Check the ${chalk.default.yellow('dev.private.json')} file.`);
122
- throw new Error('Could not get Crowdin config');
122
+ throw new Error('');
123
123
  }
124
124
  }
125
125
  } else if(crowdinPath.startsWith('dashboard')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enplug/scripts",
3
- "version": "1.11.4-dev48",
3
+ "version": "1.11.4-dev49",
4
4
  "description": "Enplug scripts",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",