conda-forge / vega-cli-feedstock

A conda-smithy repository for vega-cli.
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Is vg2*.bat as expected? #15

Open kk-oshima-k opened 3 years ago

kk-oshima-k commented 3 years ago

vg2*.bat is start with @echo on

This cause that cmd.exe outputs a given command to stdout.

stdout of vg2*.bat : \r\n(keras) E:\\workspace>node C:/Anaconda3/envs/keras\\Library\\share\\vega-cli\\node_modules\\vega-cli\\bin\\vg2png "" \r\n{"$schema":"https://vega.github.io/schema/vega/v5.json",...

What we want is only {"$schema":"https://vega.github.io/schema/vega/v5.json",...

This may be a bug of recipe/bld.bat