We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bcff6 commit aa395e1Copy full SHA for aa395e1
doc.go
@@ -36,6 +36,7 @@ func ConvertDoc(r io.Reader) (string, map[string]string, error) {
36
doc, err := mscfb.New(f)
37
if err != nil {
38
log.Printf("ConvertDoc: could not read doc: %v", err)
39
+ return
40
}
41
42
props := msoleps.New()
0 commit comments