Skip to content

Commit

Permalink
Make small fix for destructure.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Dec 20, 2020
1 parent 5faf2e4 commit 554abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/util/transifex.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ const writeTranslations = (
);
fs.appendFileSync(filename, '\n');
fs.appendFileSync(filename, autogenerated.open);
fs.appendFileSync(escapeJSON(json));
fs.appendFileSync(filename, escapeJSON(json));
fs.appendFileSync(filename, autogenerated.close);
} else {
const end = content.indexOf(autogenerated.close, begin);
Expand Down

0 comments on commit 554abb2

Please sign in to comment.