瀏覽代碼

added error to error message

tags/v1.0.0
Remco 9 年之前
父節點
當前提交
f5a04b8783
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      transfersh-server/main.go

+ 1
- 1
transfersh-server/main.go 查看文件

@@ -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…
取消
儲存