Skip to content

Commit

Permalink
fix: bundless output logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 committed Oct 30, 2024
1 parent 8e88632 commit e537130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/builder/bundless/loaders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ function dealResult(result: any, args: ILoaderArgs) {
fs.copyFileSync(args.fileAbsPath, fileDistAbsPath);
}
logger.quietExpect.event(
`Bundless ${chalk.gray(path.basename(fileDistAbsPath))} to ${chalk.gray(
args.fileDistPath,
`Bundless ${chalk.gray(path.basename(args.fileAbsPath))} to ${chalk.gray(
replacePathExt(args.fileDistPath, result.options.ext),
)}${result?.options.declaration ? ' (with declaration)' : ''}`,
);
// prepare for declaration
Expand Down

0 comments on commit e537130

Please sign in to comment.