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 4ea0105 commit e7e3cd4Copy full SHA for e7e3cd4
core/lib/data_loader.js
@@ -58,7 +58,7 @@ function loadDataFromFolder(dataFilesPath, excludeFileNames, fsDep) {
58
mergeObject = _.merge(mergeObject, jsonData);
59
}
60
catch (err) {
61
- throw new Error(`Error loading file: ${dataFile} - ${err.message}`);
+ throw new Error(`Error loading file: ${filePath} - ${err.message}`);
62
63
});
64
0 commit comments