mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-25 02:34:36 +03:00
Example: Fix source code and linting errors being out of sync
This commit is contained in:
parent
50b0c6ad23
commit
e937feb91f
@ -114,7 +114,7 @@ update action model =
|
||||
UserEditedSourceCode sourceCode ->
|
||||
{ model
|
||||
| sourceCode = sourceCode
|
||||
, lintErrors = lintSource (config model) { fileName = "Source code", source = model.sourceCode }
|
||||
, lintErrors = lintSource (config model) { fileName = "Source code", source = sourceCode }
|
||||
}
|
||||
|
||||
UserToggledNoDebugRule ->
|
||||
|
Loading…
Reference in New Issue
Block a user