We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248febe commit 6921ee6Copy full SHA for 6921ee6
packages/cli/index.ts
@@ -95,7 +95,7 @@ class Project {
95
this.options = commonLine.options;
96
97
if (!this.fileNames.length) {
98
- clack.log.warn(`${label} ${path.relative(process.cwd(), this.tsconfig)} ${gray('(No included files)')}`);
+ clack.log.message(`${label} ${gray(path.relative(process.cwd(), this.tsconfig))} ${gray('(0)')}`);
99
return this;
100
}
101
0 commit comments