We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8885c15 commit 7bce9baCopy full SHA for 7bce9ba
.dockerignore
@@ -0,0 +1,2 @@
1
+.stack-work
2
+elm-stuff
ext-sentry/Ext/Filewatch.hs
@@ -26,6 +26,7 @@ watch root action =
26
, Debounce.alwaysResetTimer = True
27
}
28
29
+ Ext.Common.debug $ "👀 file watch booting for " ++ show root
30
-- start a watching job (in the background)
31
_ <- watchTree
32
mgr -- manager
@@ -51,6 +52,7 @@ watch root action =
51
52
&& not (List.isInfixOf "data" filepath)
53
&& not (List.isInfixOf "elm-pkg-js-includes.min.js" filepath)
54
55
+ Ext.Common.debug $ "👀 file event " ++ show e ++ " with shouldRefresh:" ++ show shouldRefresh
56
onlyWhen shouldRefresh $ Debounce.send trigger filepath
57
)
58
0 commit comments