We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82344b commit bfef92fCopy full SHA for bfef92f
core/lib/patternlab.js
@@ -245,7 +245,7 @@ var patternlab_engine = function (config) {
245
try {
246
patternlab.listitems = fs.readJSONSync(path.resolve(paths.source.data, 'listitems.json'));
247
} catch (ex) {
248
- plutils.logRed('missing or malformed' + paths.source.data + 'listitems.json Pattern Lab may not work without this file.');
+ plutils.logOrange('WARNING: missing or malformed ' + paths.source.data + 'listitems.json file. Pattern Lab may not work without this file.');
249
patternlab.listitems = {};
250
}
251
0 commit comments