missing saemi

This commit is contained in:
David Baker 2017-10-18 14:33:21 +01:00
parent f759467193
commit a2bfdd8925

View file

@ -65,7 +65,7 @@ function getTKey(arg) {
}
function getTranslations(file) {
const tree = flowParser.parse(fs.readFileSync(file, { encoding: 'utf8' }), FLOW_PARSER_OPTS)
const tree = flowParser.parse(fs.readFileSync(file, { encoding: 'utf8' }), FLOW_PARSER_OPTS);
const trs = new Set();