with lumo -c c:\\x.jar
, my source paths become c
and \\x.jar
, which then turns into e:\\x.jar
(since I run lumo from drive e
)
it seems like srcPathsFromClasspathStrings
from util.js
splits on :
, despite path.delimiter
being ;
on windows
:thinking_face:
@moxaj https://github.com/anmonteiro/lumo/commit/23b8026218496e20d3b856eb11efe0bd2bf9c7c3
fixed that in master the other day