Skip to content

Commit e7e3cd4

Browse files
authored
Whoops
1 parent 4ea0105 commit e7e3cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/data_loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function loadDataFromFolder(dataFilesPath, excludeFileNames, fsDep) {
5858
mergeObject = _.merge(mergeObject, jsonData);
5959
}
6060
catch (err) {
61-
throw new Error(`Error loading file: ${dataFile} - ${err.message}`);
61+
throw new Error(`Error loading file: ${filePath} - ${err.message}`);
6262
}
6363
});
6464

0 commit comments

Comments
 (0)