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
use File.pathSeparator for classpath in genDocs and dottydocs
- use File.pathSeparator instead of hard-coded path separator `:`
=> this way Windows user can run the command as well
- reduce code duplication: move classpath string generation to
own function and reuse in genDocs and dottydocs
0 commit comments