Results 2 comments of Accela Zhao

For fixing, I changed function `whereis` to only match file name rather than folder name. ``` diff --git a/tools/install.js b/tools/install.js index 5898967..8161203 100644 --- a/tools/install.js +++ b/tools/install.js @@ -12,7 +12,7...