Skip to content

Commit

Permalink
馃悰 Don't return...
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Mar 31, 2021
1 parent ae6632b commit 229d95a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions translator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,9 @@ const spinnerSettings = {
await checkCount();

if (!JSON.parse(readFileSync(path).toString()).description[language])
return (
error(
`An error occured while saving the file. Please manually add the translation to: ${language}. The version was automatically bumped.`
),
process.exit()
)
);
}
}
Expand Down

0 comments on commit 229d95a

Please sign in to comment.