Skip to content

Commit

Permalink
Fix yarn lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 2, 2024
1 parent 719ac75 commit 2082381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/form/textarea/textarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Behaviour.specify("TEXTAREA.codemirror", "textarea", 0, function (e) {
if (match) {
console.log(
"Parsing simple legacy codemirror-config value using fallback: " +
config
config,
);
config = { mode: match[1] };
} else {
console.log(
"Failed to parse codemirror-config '{" + config + "}' as JSON",
ex
ex,
);
config = {};
}
Expand Down

0 comments on commit 2082381

Please sign in to comment.