Skip to content

Commit

Permalink
Update lib/helpers/config-store.js
Browse files Browse the repository at this point in the history
Co-authored-by: Espen Dalløkken <leftie.friele@gmail.com>
  • Loading branch information
digitalsadhu and leftieFriele authored Aug 5, 2024
1 parent be91a6a commit 9686864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/config-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
*
* @returns {EikConfig}
*/
loadExact(configFilePathname, loadJSONFromDisk = readJSONFromDisk) {
loadFromPath(configFilePathname, loadJSONFromDisk = readJSONFromDisk) {
const eikJSON = loadJSONFromDisk(configFilePathname);
if (!eikJSON) {
throw new MissingConfigError(dirname(configFilePathname));
Expand Down

0 comments on commit 9686864

Please sign in to comment.