Commit 20c388c
committed
improve success message formatting in init wizard by showing full file paths instead of separate directory and filename
- Changed package.json success message to show full path using join(this.cwd, configFileName)
- Changed config file success message to show full path using join(this.cwd, configFileName)
- Simplified message wording from "in directory X as Y" to "at X/Y"1 parent ddde5ac commit 20c388c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
0 commit comments