Skip to content

Commit f9fa7e8

Browse files
Remove unnecessary line
Co-authored-by: Josh Goldberg ✨ <[email protected]>
1 parent d214cda commit f9fa7e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cli/watch-run.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ class GlobFilesTracker {
153153
const globOpts = {
154154
dot: true,
155155
ignore: {
156-
ignored: () => false,
157156
childrenIgnored: pathToCheck => watchIgnoreSet.has(pathToCheck.relative())
158157
}
159158
};

0 commit comments

Comments
 (0)