-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
given
``` debug(processing files at path ${process.cwd()} );
let fileProcessor = new FileProcessor(this._config);
fileProcessor.rootPath = process.cwd();
let files = glob.readdirSync(this._config.globPattern);
files.forEach( (file) => {```
where the process.cwd() is /Users/georgecook/Documents/h7ci/hope/opensource/navSpike/build/.roku-deploy-staging
and a globPattern of **/*.brs
I find the returned files have a path of .roku-deploy-staging/components/Framework/Core/BaseAggregateView.brs - this is wrong! that folder doesn't even exist - it's as if readdirSync is running the glob against build instead of build.roku-deploy-staging
I'll have to stop using this package if I can't get around this, as it's breaking my tools.
Metadata
Metadata
Assignees
Labels
No labels