Skip to content

Commit

Permalink
fix: Disable copy logging noise
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Feb 3, 2025
1 parent 8bfe3e0 commit 8849771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/run/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class Run<TConfig = BaseConfig> {
dirs.add(dir);
}

this.logger.copy(join(from, file), join(to, file));
// this.logger.copy(join(from, file), join(to, file));

if (sourcePath && sourcePath(file)) {
const content = await this.read(join(from, file));
Expand Down

0 comments on commit 8849771

Please sign in to comment.