Skip to content

Commit 6f047aa

Browse files
Martynas ZilinskasDovydasNavickas
andcommitted
Deprecation message grammar.
Co-Authored-By: Dovydas Navickas <dovydas@quatrodev.com>
1 parent f566f60 commit 6f047aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async function main(argv: string[]): Promise<void> {
9696
if (stats.isDirectory()) {
9797
projectLocation = cliOptions.project;
9898
} else {
99-
Log.warn(`[DEPRECATED]: Flag "project" usage as pointing to the config file directly is deprecated.`);
99+
Log.warn(`[DEPRECATED]: Flag "project" pointing to the config file directly is deprecated. Provide a path to the directory where the project is.`);
100100
configLocation = cliOptions.project;
101101
projectLocation = path.dirname(cliOptions.project);
102102
}

0 commit comments

Comments
 (0)