Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Dec 23, 2023
1 parent 7209647 commit ca38a4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wb/src/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export class Project {
const binPath = path.join(currentPath, 'node_modules', '.bin');
if (fs.existsSync(binPath)) {
this.env.PATH = `${binPath}:${this.env.PATH}`;
console.info('fs.readdirSync(binPath):', fs.readdirSync(binPath));
binFound = true;
}

Expand Down

0 comments on commit ca38a4e

Please sign in to comment.