Przeglądaj źródła

added error to error message

tags/v1.0.0
Remco 9 lat temu
rodzic
commit
f5a04b8783
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      transfersh-server/main.go

+ 1
- 1
transfersh-server/main.go Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz