becheran/mlc

First line separator is wrong on Windows

Closed this issue · 1 comments

When running mlc on windows without any arguments, it will begin the path to files with ./ instead of the windows typical backslash \..

For example ./target\package\mlc-0.15.4\benches\throttle\same_ip.md (8, 1) => https://127.0.0.1/f5. should be .\target\package\mlc-0.15.4\benches\throttle\same_ip.md (8, 1) => https://127.0.0.1/f5.

Fixed with 5994f4e