mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(cli): Typo (#3390)
This commit is contained in:
@@ -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}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user