fix(cli): Typo (#3390)

This commit is contained in:
Dave Lage
2022-02-10 20:59:26 -05:00
committed by GitHub
parent 3227502e8c
commit c0c9537543

View File

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