yaml.js icon indicating copy to clipboard operation
yaml.js copied to clipboard

yaml2json error with absolute file path.

Open xmxiaoq opened this issue 4 years ago • 1 comments

pushd d:\

absolute path raise error: yaml2json -s D:.gitlab-ci1.yml ENOENT: no such file or directory, stat 'd:\D:.gitlab-ci1.yml'

relative path is ok: yaml2json -s .gitlab-ci1.yml saved d:.gitlab-ci1.json

xmxiaoq avatar Aug 31 '20 02:08 xmxiaoq

I have the same problem. Any solution?

jfb0101 avatar Oct 07 '20 12:10 jfb0101