feat: success logging by default
This commit is contained in:
@@ -105,7 +105,7 @@ def compile(
|
||||
val backendEnd = System.nanoTime()
|
||||
writer.writeTo(asmLines, outputPath) *>
|
||||
logAction(s"Backend time (${filePath.toRealPath()}): ${(backendEnd - backendStart).toFloat / 1e6} ms") *>
|
||||
logAction(s"Success: ${outputPath.toAbsolutePath}")
|
||||
IO.blocking(println(s"Success: ${outputPath.toRealPath()}"))
|
||||
|
||||
def processProgram(contents: String, file: File, outDir: Path): IO[Int] =
|
||||
val frontendStart = System.nanoTime()
|
||||
|
||||
Reference in New Issue
Block a user