Ver a proveniência

added error to error message

tags/v1.0.0
Remco há 9 anos
ascendente
cometimento
f5a04b8783
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      transfersh-server/main.go

+ 1
- 1
transfersh-server/main.go Ver ficheiro

@@ -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")


Carregando…
Cancelar
Guardar