diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-20 18:09:14 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-20 18:09:14 +0000 |
| commit | b436e0dd12167719c0f918a27df3ab4f43113d4c (patch) | |
| tree | 85639dcf134f8ec20d408f203532cc11eb6a3561 /src/i18n | |
| parent | 5b8f5eddbf2d39ed8242255fd6188f1275561195 (diff) | |
| parent | 15b3651a3070cffeadeca83255e2052f519d5db8 (diff) | |
Merge branch 'webpack-4-dart-sass' into 'develop'
Massive update for dependencies
See merge request pleroma/pleroma-fe!734
Diffstat (limited to 'src/i18n')
| -rwxr-xr-x | src/i18n/compare (renamed from src/i18n/compare.js) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n/compare.js b/src/i18n/compare index e9314376..4dc1e47d 100755 --- a/src/i18n/compare.js +++ b/src/i18n/compare @@ -19,7 +19,7 @@ if (typeof arg === 'undefined') { console.log('') console.log('There are no other arguments or options. Make an issue if you encounter a bug or want') console.log('some feature to be implemented. Merge requests are welcome as well.') - return + process.exit() } const english = require('./en.json') |
