This commit is contained in:
NotZippy
2018-09-16 06:54:57 -07:00
parent 3ad381d45b
commit 34bc650ea8
2 changed files with 86 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ func NewRevelPaths(mode, importPath, srcPath string, callback RevelCallback) (rp
mode = config.DefaultSection
}
if !rp.Config.HasSection(mode) {
utils.Logger.Fatal("app.conf: No mode found:", mode)
utils.Logger.Fatal("app.conf: No mode found:","run-more", mode)
}
rp.Config.SetSection(mode)