We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc22117 commit 8b5ae61Copy full SHA for 8b5ae61
1 file changed
lib/utils/configReader.js
@@ -83,7 +83,7 @@ ConfigReader.prototype._readConfigFile = function (file) {
83
ConfigReader.prototype._getFileConfig = function (file) {
84
if (file) {
85
try {
86
- fs.statSync(file)
+ fs.statSync(path.resolve(file + '.js'))
87
} catch (ex) {
88
debug('Configuration file not found')
89
return { }
0 commit comments