Skip to content

Commit

Permalink
chore: Modify the output log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 31, 2021
1 parent 6c2cd67 commit 27c9212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async function compile(dir: string, option: ICompileOtion) {
await fs.outputFile(outputCssFile, cssStr.join(''));
await log(outputCssFile);
} else {
console.log(`🚧\x1b[33m ${projectName} No content is output.\x1b[0m`);
console.log(`🚧'\x1b[35m${projectName}\x1b[0m =>\x1b[33m No content is output.\x1b[0m`);
}
} else {
const outputDir = path.join(process.cwd(), out);
Expand Down

0 comments on commit 27c9212

Please sign in to comment.