diff --git a/src/core/build/pretreat_targets.py b/src/core/build/pretreat_targets.py index fe62800d500daa91f541e4f0b0257370caac7c78..7d30c9e13f36535c69eee352b617173dca10004d 100644 --- a/src/core/build/pretreat_targets.py +++ b/src/core/build/pretreat_targets.py @@ -101,7 +101,7 @@ class PretreatTargets(object): shutil.copy(os.path.join(target_path, file), test_path) with open(os.path.join(test_path, "List.test.js"), 'a') \ as list_data: - list_data.write("require('./%s')" % file) + list_data.write("require('./%s')\n" % file) #modify i18n json file i18n_path = os.path.join(target_path, "src", "main", "js",