From a2bfdd89251b804793c606654f60740795259ce2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 18 Oct 2017 14:33:21 +0100 Subject: [PATCH] missing saemi --- scripts/gen-i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen-i18n.js b/scripts/gen-i18n.js index 512da5a586..f8f6769507 100644 --- a/scripts/gen-i18n.js +++ b/scripts/gen-i18n.js @@ -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();