added error to error message
This commit is contained in:
@ -159,7 +159,7 @@ func main() {
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
log.Panic("Error while creating storage.")
|
||||
log.Panic("Error while creating storage.", err)
|
||||
}
|
||||
|
||||
mime.AddExtensionType(".md", "text/x-markdown")
|
||||
|
Reference in New Issue
Block a user