Skip to content

Commit

Permalink
Fix silly elm-pages check mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
supermario committed Jan 21, 2024
1 parent aed5b3f commit d140776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext-elm-pages/Ext/ElmPages.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ isElmPages = do

{-# NOINLINE isElmPages_ #-}
isElmPages_ :: Bool
isElmPages_ = unsafePerformIO $ isDebug
isElmPages_ = unsafePerformIO $ isElmPages



Expand Down

0 comments on commit d140776

Please sign in to comment.