mirror of https://github.com/nmasse-itix/liche.git
Browse Source
path module doesn't support windows paths
path.Dir('path\to\doc.md') returns "" instead of "path\to"
this causes a valid link to 'img.png' in this document to be reported as invalid, since later on we os.stat("img.png") when it should be os.stat("path\to\img.png")
renovate/configure
committed by
Yota Toyama
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue