Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Commit

Permalink
Update for elm-compiler API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Oct 23, 2015
1 parent a6560c2 commit ff4ad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Compile.hs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ getName filePath sourceCode =
Left errors ->
let
toString err =
Compiler.errorToString Compiler.dummyDealiaser filePath sourceCode err
Compiler.errorToString Compiler.dummyLocalizer filePath sourceCode err
in
Left (concatMap toString errors)

Expand Down

0 comments on commit ff4ad13

Please sign in to comment.