Skip to content

Commit

Permalink
added wow mode pattern for korean windows
Browse files Browse the repository at this point in the history
wow mode pattern doesn't matched when use hyperpower on korean windows
  • Loading branch information
lemonfish authored Jun 1, 2018
1 parent f93e6db commit 8d4910f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ function detectWowCommand(data) {
'wow: command not found',
'command not found: wow',
'Unknown command \'wow\'',
'\'wow\' is not recognized.*'
'\'wow\' is not recognized.*',
'\'wow\'은\\(는\\) 내부 또는 외부 명령.*'
];
return new RegExp('(' + patterns.join(')|(') + ')').test(data)
}
Expand Down

0 comments on commit 8d4910f

Please sign in to comment.