Skip to content

Commit 7397618

Browse files
Update lib/cli/watch-run.cjs
Co-authored-by: Josh Goldberg ✨ <github@joshuakgoldberg.com>
1 parent 569b665 commit 7397618

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
@@ -201,7 +201,7 @@ function createPathFilter(globPaths, basePath) {
201201
}
202202

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

0 commit comments

Comments
 (0)