Minor, add toString() to OutputFile for debugging
This commit is contained in:
@@ -33,6 +33,8 @@ public trait OutputFile {
|
||||
public val sourceFiles: List<File>
|
||||
public fun asByteArray(): ByteArray
|
||||
public fun asText(): String
|
||||
|
||||
override fun toString() = "$relativePath (compiled from $sourceFiles)"
|
||||
}
|
||||
|
||||
class SimpleOutputFile(
|
||||
|
||||
Reference in New Issue
Block a user