You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dotr on Windows: use the right path separator.
`dotr` introduces a custom classpath, which was hard-coded to use
`:` as path separator. This commit uses `File.pathSeparator`
instead, so that it also works on Windows.
0 commit comments