Skip to content

Commit 8d721d1

Browse files
committed
We found the problem sigh
1 parent 7bce9ba commit 8d721d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext-sentry/Ext/Filewatch.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ watch root action =
4949
not (List.isInfixOf ".git" filepath)
5050
&& not (List.isInfixOf "elm-stuff" filepath)
5151
&& not (List.isInfixOf "node_modules" filepath)
52-
&& not (List.isInfixOf "data" filepath)
52+
-- This is really dumb of you because some people use `/data/...` as a folder...
53+
-- && not (List.isInfixOf "data" filepath)
5354
&& not (List.isInfixOf "elm-pkg-js-includes.min.js" filepath)
5455

5556
Ext.Common.debug $ "👀 file event " ++ show e ++ " with shouldRefresh:" ++ show shouldRefresh

0 commit comments

Comments
 (0)