File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,13 @@ var patternlab_engine = function (config) {
146
146
try {
147
147
patternlab . data = fs . readJSONSync ( path . resolve ( paths . source . data , 'data.json' ) ) ;
148
148
} catch ( ex ) {
149
- console . log ( 'missing ' + paths . source . data + '/ data.json Pattern Lab may not work without this file.' ) ;
149
+ console . log ( 'missing ' + paths . source . data + 'data.json Pattern Lab may not work without this file.' ) ;
150
150
patternlab . data = { } ;
151
151
}
152
152
try {
153
153
patternlab . listitems = fs . readJSONSync ( path . resolve ( paths . source . data , 'listitems.json' ) ) ;
154
154
} catch ( ex ) {
155
- console . log ( 'missing ' + paths . source . data + '/ listitems.json Pattern Lab may not work without this file.' ) ;
155
+ console . log ( 'missing ' + paths . source . data + 'listitems.json Pattern Lab may not work without this file.' ) ;
156
156
patternlab . listitems = { } ;
157
157
}
158
158
try {
You can’t perform that action at this time.
0 commit comments