Skip to content

Commit 6921ee6

Browse files
committed
fix(cli): update log message for no included files
1 parent 248febe commit 6921ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Project {
9595
this.options = commonLine.options;
9696

9797
if (!this.fileNames.length) {
98-
clack.log.warn(`${label} ${path.relative(process.cwd(), this.tsconfig)} ${gray('(No included files)')}`);
98+
clack.log.message(`${label} ${gray(path.relative(process.cwd(), this.tsconfig))} ${gray('(0)')}`);
9999
return this;
100100
}
101101

0 commit comments

Comments
 (0)