mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-13 23:35:46 +00:00
fix linting error
This commit is contained in:
parent
02634d0bda
commit
25d99bcf2f
@ -172,7 +172,7 @@ class Cmd {
|
||||
program
|
||||
.action(function (cmd) {
|
||||
console.log('unknown command "%s"'.red, cmd);
|
||||
let dictionary = ['new', 'demo', 'build', 'run', 'blockchain', 'simulator', 'test', 'upload', 'version' ];
|
||||
let dictionary = ['new', 'demo', 'build', 'run', 'blockchain', 'simulator', 'test', 'upload', 'version'];
|
||||
let suggestion = utils.proposeAlternative(cmd, dictionary);
|
||||
if (suggestion) {
|
||||
console.log('did you mean "%s"?'.green, suggestion);
|
||||
|
Loading…
x
Reference in New Issue
Block a user