chore: print correct version
This commit is contained in:
parent
e595014fcd
commit
8edf3834c4
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ if (process.env.NODE_ENV === "production") {
|
|||
}
|
||||
|
||||
if (stdout) {
|
||||
console.log(`assimp v${stdout.split("\n")[5]}`);
|
||||
console.log(`assimp ${stdout.split("\n")[5]}`);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue