feat: vtracer implemented and added docker file binaries install
This commit is contained in:
parent
e78de6f6de
commit
76c840dbaa
2 changed files with 19 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ export function convert(
|
|||
|
||||
execFile("vtracer", args, (error, stdout, stderr) => {
|
||||
if (error) {
|
||||
reject(`error: ${error}`);
|
||||
reject(`error: ${error}${stderr ? `\nstderr: ${stderr}` : ''}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue