diff --git a/cli.js b/cli.js index aacdaf90086f384ece4816eb8d98cd084c55c9d3..4a5fbeb55fecaec9308b0c2014505c4e158a6b80 100644 --- a/cli.js +++ b/cli.js @@ -86,7 +86,7 @@ if (target.isDirectory()) { Schema.setSchemaPathMap(schemaPathMap); return Promise.reduce(files, readSchemaFile, schemaPathMap) .then((schemaMap)=>{ - logger.info('finished reading all *.schema.json files in %s, beginning processing....', schemaPath); + logger.info('finished reading all *.schema.json files in %s, beginning processing….', schemaPath); return Schema.load(schemaMap, schemaPath, outDir, schemaDir, metaElements); }) .then(() => {