Improve error message for missing app.yao file for better clarity
This commit is contained in:
parent
e1af3a8a27
commit
d4f5a434a8
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ var startCmd = &cobra.Command{
|
||||||
|
|
||||||
// Is Yao App
|
// Is Yao App
|
||||||
if !setup.IsYaoApp(config.Conf.Root) {
|
if !setup.IsYaoApp(config.Conf.Root) {
|
||||||
fmt.Println(color.RedString(L("yao.app not found")))
|
fmt.Println(color.RedString("The app.yao file is missing"))
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue