Explorar o código

chore: print correct version

C4illin hai 5 meses
pai
achega
8edf3834c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]}`);
     }
   });