You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ patternlab.serve({
69
69
70
70
```
71
71
72
-
* Read more about [configuration](https://github.com/pattern-lab/patternlab-node/wiki/Configuration) via `patternlab-config.json`.
72
+
* Read more about [configuration](http://patternlab.io/docs/advanced-config-options.html#node) via `patternlab-config.json`.
73
73
74
74
* Read more about the rest of [Public API](https://github.com/pattern-lab/patternlab-node/wiki/Public-API), and already implemented for you within [Editions](#editions).
console.log('annotations.js file missing from '+paths.source.annotations+'. This may be expected.');
23
-
}
23
+
logger.debug(`annotations.js file missing from ${paths.source.annotations}. This may be expected if you do not use annotations or are using markdown.`);
24
24
return[];
25
25
}
26
26
@@ -31,13 +31,18 @@ const annotations_exporter = function (pl) {
31
31
try{
32
32
varoldAnnotationsJSON=JSON.parse(oldAnnotations);
33
33
}catch(ex){
34
-
console.log('There was an error parsing JSON for '+paths.source.annotations+'annotations.js');
35
-
console.log(ex);
34
+
logger.error(`There was an error parsing JSON for ${paths.source.annotations}annotations.js`);
logger.info(`Found a lower common denominator pattern state: ${pattern.patternState} on ${pattern.patternPartial}. Setting reverse lineage pattern ${lineageRPattern.patternPartial} from ${oldState}`);
0 commit comments