Open DiThi opened 6 years ago
It can't find files in parseProject because the path is not used.
parseProject
As a workaround I call process.chdir path before calling codoCLI.generate path, ...
process.chdir path
codoCLI.generate path, ...
It can't find files in
parseProject
because the path is not used.As a workaround I call
process.chdir path
before callingcodoCLI.generate path, ...