소스 검색

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