File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/scala/higherkindness/rules_scala/workers/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ object AnnexMapper {
41
41
case farmHash : FarmHash => farmHash
42
42
case hash : Hash => hash
43
43
case lastModified : LastModified => new LastModified (JarHelper .DEFAULT_TIMESTAMP )
44
- case _ => throw new Exception (" Unexpected Stamp type encountered when writing." )
44
+ case _ => throw new Exception (s " Unexpected Stamp type encountered when writing. ${stamp.getClass} -- $stamp " )
45
45
}
46
46
}
47
47
@@ -66,7 +66,7 @@ object AnnexMapper {
66
66
case lastModified : LastModified => {
67
67
Stamper .forLastModifiedP(PlainVirtualFileConverter .converter.toPath(file))
68
68
}
69
- case _ => throw new Exception (" Unexpected Stamp type encountered when reading" )
69
+ case _ => throw new Exception (s " Unexpected Stamp type encountered when reading ${stamp.getClass} -- $stamp " )
70
70
}
71
71
}
72
72
}
You can’t perform that action at this time.
0 commit comments