Skip to content

Commit 53ab194

Browse files
committed
fix error 'pkg + message'
1 parent cef2e30 commit 53ab194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distage/distage-framework/src/main/scala-2/izumi/distage/framework/PlanCheckMaterializer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ object PlanCheckMaterializer {
125125
// silence test output
126126
()
127127
} else if (fatalWarnings) {
128-
c.info(c.enclosingPosition, pkg + message, force = true)
128+
c.info(c.enclosingPosition, message, force = true)
129129
} else {
130130
c.warning(c.enclosingPosition, message)
131131
}

0 commit comments

Comments
 (0)