Closed tinygiant98 closed 2 years ago
When using the --verbose flag during an unpack operation, I found this:
--verbose
Wasn't sure if that was intentional or if this line in unpack.nim (251/254):
unpack.nim
info("Converting", fmt"{filePath} -> outFile")
was supposed to be:
info("Converting", fmt"{filePath} -> {outFile}")
Thanks for the report. This will be fixed soon.
When using the
--verbose
flag during an unpack operation, I found this:Wasn't sure if that was intentional or if this line in
unpack.nim
(251/254):was supposed to be: