squattingmonk/nasher

`outFile` display during unpack

Closed this issue · 1 comments

When using the --verbose flag during an unpack operation, I found this:
image

Wasn't sure if that was intentional or if this line in unpack.nim (251/254):

info("Converting", fmt"{filePath} -> outFile")

was supposed to be:

info("Converting", fmt"{filePath} -> {outFile}")

Thanks for the report. This will be fixed soon.