Преглед изворни кода

chore: print correct version

C4illin пре 5 месеци
родитељ
комит
8edf3834c4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/helpers/printVersions.ts

+ 1 - 1
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]}`);
     }
   });