squattingmonk / nasher

A build tool for Neverwinter Nights projects
MIT License
43 stars 17 forks source link

`outFile` display during unpack #106

Closed tinygiant98 closed 2 years ago

tinygiant98 commented 2 years ago

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}")
squattingmonk commented 2 years ago

Thanks for the report. This will be fixed soon.