summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/convert.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/convert.go b/commands/convert.go
index 4ca489f9e..f093d0e1a 100644
--- a/commands/convert.go
+++ b/commands/convert.go
@@ -105,10 +105,12 @@ func convertContents(mark rune) (err error) {
psr, err := parser.ReadFrom(file.Contents)
if err != nil {
+ jww.ERROR.Println("Error processing file:", path.Join(file.Dir, file.LogicalName))
return err
}
metadata, err := psr.Metadata()
if err != nil {
+ jww.ERROR.Println("Error processing file:", path.Join(file.Dir, file.LogicalName))
return err
}