From 8edf3834c417e694b5f2707bb871a54907844a8c Mon Sep 17 00:00:00 2001 From: C4illin Date: Sat, 1 Feb 2025 21:08:04 +0100 Subject: [PATCH] chore: print correct version --- src/helpers/printVersions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/printVersions.ts b/src/helpers/printVersions.ts index 9110487..a7d5add 100644 --- a/src/helpers/printVersions.ts +++ b/src/helpers/printVersions.ts @@ -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]}`); } });