Commit bfa7744d authored by fanux's avatar fanux
Browse files

fix undefined

parent ee915f35
Showing with 0 additions and 1 deletion
+0 -1
......@@ -111,7 +111,6 @@ func Load(path string, content interface{}) error {
y, err := ioutil.ReadFile(path)
if err != nil {
logger.Error("read config file %s failed %s", path, err)
c.showDefaultConfig()
os.Exit(0)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment