I don't know why I did it before...

This commit is contained in:
igor-dv 2018-09-03 18:30:37 +03:00
parent a3a69c84b8
commit 1749f1a12a

View File

@ -57,7 +57,7 @@ function interopRequireDefault(filePath) {
}
function getCandidate(paths) {
for (let i = 0; i < paths.length - 1; i += 1) {
for (let i = 0; i < paths.length; i += 1) {
const candidate = getInterpretedFileWithExt(paths[i]);
if (candidate) {