Skip to content
Snippets Groups Projects
Commit 626483e3 authored by Lars Trieloff's avatar Lars Trieloff
Browse files

[trivial] typography

parent d25d3028
Branches
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ if (target.isDirectory()) { ...@@ -86,7 +86,7 @@ if (target.isDirectory()) {
Schema.setSchemaPathMap(schemaPathMap); Schema.setSchemaPathMap(schemaPathMap);
return Promise.reduce(files, readSchemaFile, schemaPathMap) return Promise.reduce(files, readSchemaFile, schemaPathMap)
.then((schemaMap)=>{ .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); return Schema.load(schemaMap, schemaPath, outDir, schemaDir, metaElements);
}) })
.then(() => { .then(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment