mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
added error to error message
This commit is contained in:
parent
d541bd5206
commit
f5a04b8783
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user