Closed RunicMachine closed 10 years ago
The -of option adds extraneous message indicating a missing file in the working directory corresponding to the format string.
For example: sharplinter.exe -v1 -of "{0}({1}) {3}" -r *.js
Results in command line message: Ignoring missing file or directory: {Working_Directory}{0}({1}) {3}
It appears this issue is fixed. The pre-built files do not contain the changeset but rebuilding from source resolved the problem.
The -of option adds extraneous message indicating a missing file in the working directory corresponding to the format string.
For example: sharplinter.exe -v1 -of "{0}({1}) {3}" -r *.js
Results in command line message: Ignoring missing file or directory: {Working_Directory}{0}({1}) {3}