mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-26 04:10:18 +01:00
added error to error message
This commit is contained in:
parent
d541bd5206
commit
f5a04b8783
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Panic("Error while creating storage.")
|
log.Panic("Error while creating storage.", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
mime.AddExtensionType(".md", "text/x-markdown")
|
mime.AddExtensionType(".md", "text/x-markdown")
|
||||||
|
|
Loading…
Reference in a new issue