mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-12 12:10:25 +08:00
finish upload avatar
This commit is contained in:
@@ -22,7 +22,7 @@ func init() {
|
||||
func initdir(folder string) {
|
||||
err := os.MkdirAll(folder, 0755)
|
||||
if err != nil {
|
||||
logrus.Errorln("[os.MkdirAll]\t", err)
|
||||
logrus.Errorln("[os.MkdirAll]", err)
|
||||
os.Exit(line())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user