fix: recover log parser

This commit is contained in:
Inanc Gumus
2019-08-07 13:42:18 +03:00
parent 4f60812589
commit 91b3258042

View File

@ -32,9 +32,7 @@ func recoverErr() {
return return
} }
if err, ok := val.(string); ok { fmt.Println("> Error occurred:", val)
fmt.Println("> Error occurred:", err)
}
} }
/* /*