This commit is contained in:
comp500 2019-09-17 21:53:14 +01:00
parent 6c24be9f46
commit dd24f356ea

View File

@ -82,7 +82,7 @@ func (m Mod) Write() (string, string, error) {
if err2 == nil {
f, err = os.Create(m.metaFile)
}
if err == nil {
if err != nil {
return "sha256", "", err
}
}