소스 검색

fix(cli): Typo (#3390)

Dave Lage 3 년 전
부모
커밋
c0c9537543
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tooling/cli/node/tauri.js

+ 1 - 1
tooling/cli/node/tauri.js

@@ -46,5 +46,5 @@ if (binStem === 'node' || binStem === 'nodejs') {
 try {
   cli.run(arguments, binName)
 } catch (e) {
-  console.log(`Eror running CLI: ${e.message}`)
+  console.log(`Error running CLI: ${e.message}`)
 }