Skip to content

Commit 7e48b4b

Browse files
Update lib/cli/watch-run.cjs
Co-authored-by: Josh Goldberg ✨ <github@joshuakgoldberg.com>
1 parent 14497c4 commit 7e48b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cli/watch-run.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function createPathFilter(globPaths, basePath) {
195195
}
196196

197197
// match `cleanPath` (path without the glob part) and its subdirectories.
198-
// After lots of errors, it turned out that globString is "/"-separated and keeps the absolute root (for example the
198+
// globString is "/"-separated and keeps the absolute root (e.g.
199199
// drive C:/ on Windows), so derive the static prefix from it.
200200
const cleanPath = path.resolve(
201201
basePath,

0 commit comments

Comments
 (0)