diff --git a/index.js b/index.js index 845b2d9..e0f2b46 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\'은\\(는\\) 내부 또는 외부 명령.*', + '\'wow\' not found, did you mean:', ]; return new RegExp('(' + patterns.join(')|(') + ')').test(data) }