fix readPath is not defined
This commit is contained in:
2
dist/smartfile.fs.js
vendored
2
dist/smartfile.fs.js
vendored
@ -218,7 +218,7 @@ exports.fileTreeToObject = (dirPathArg, miniMatchFilter) => __awaiter(this, void
|
||||
return plugins.path.join(dirPath, filePath);
|
||||
}
|
||||
else {
|
||||
return readPath;
|
||||
return filePath;
|
||||
}
|
||||
})();
|
||||
let fileContentString = exports.toStringSync(readPath);
|
||||
|
Reference in New Issue
Block a user