HTMLExporter now also shows the link to the export.

This commit is contained in:
Fabian Schlenz 2017-12-17 11:39:57 +01:00
parent 93ad47639f
commit 8f1a9d391c
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ class HTMLExporter {
val dest = File(base + "style.css")
FileUtils.copyURLToFile(cssFile, dest)
println("Finished.")
println("Open the following link in your browser to view the export:")
println("file://${base}index.html")
} catch (e: IOException) {
e.printStackTrace()
logger.error("Caught an exception!", e)