forked from cerc-io/laconic-console
fix: doubled version
This commit is contained in:
parent
fafe784ba1
commit
76ef1534e5
@ -38,7 +38,7 @@ const getCliVersionInfo = () => {
|
|||||||
const args = ['version'];
|
const args = ['version'];
|
||||||
|
|
||||||
const child = spawnSync(command, args, { encoding: 'utf8' });
|
const child = spawnSync(command, args, { encoding: 'utf8' });
|
||||||
return { version: child.stdout };
|
return child.stdout;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user