فهرست منبع

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