diff --git a/index.js b/index.js index a050f69..9e9f0ec 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,8 @@ function detectWowCommand(data) { 'command not found: wow', 'Unknown command \'wow\'', '\'wow\' is not recognized*', - '\'wow\'은\\(는\\) 내부 또는 외부 명령.*' + '\'wow\'은\\(는\\) 내부 또는 외부 명령.*', + 'Command \'wow\' not found, did you mean:' ]; return new RegExp('(' + patterns.join(')|(') + ')').test(data) }