Fix escaped string

This commit is contained in:
Jia Hao 2016-02-23 17:21:09 +08:00
parent dab9a06774
commit ba071cf5a8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function linuxMatch() {
}
function windowsMatch() {
return findSync(/pepflashplayer\.dll/, 'C:\Program Files (x86)\Google\Chrome')[0];
return findSync(/pepflashplayer\.dll/, 'C:\\Program Files (x86)\\Google\\Chrome')[0];
}
function darwinMatch() {