in scripts/utils/fileSystem.js [32:35]
function isDirectory(path) { return true; // return lstatSync(path).isDirectory(); }