missing saemi

pull/21833/head
David Baker 2017-10-18 14:33:21 +01:00
parent f759467193
commit a2bfdd8925
1 changed files with 1 additions and 1 deletions

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();