Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 1.0.3 | |
| 2 | |
| 3 * Fix a bug where `Glob.list()` and `Glob.listSync()` would incorrectly throw | |
| 4 exceptions when a directory didn't exist on the filesystem. | |
| 5 | |
| 1 ## 1.0.2 | 6 ## 1.0.2 |
| 2 | 7 |
| 3 * Fixed `Glob.list()` on Windows. | 8 * Fixed `Glob.list()` on Windows. |
| 4 | 9 |
| 5 ## 1.0.1 | 10 ## 1.0.1 |
| 6 | 11 |
| 7 * Fix several analyzer warnings. | 12 * Fix several analyzer warnings. |
| 8 | 13 |
| 9 * Fix the tests on Windows. | 14 * Fix the tests on Windows. |
| OLD | NEW |