Skip to content

Commit 514d59c

Browse files
committed
Fix MatchError in Scaladoc Scalajs script
1 parent cc47c56 commit 514d59c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaladoc-js/src/searchbar/code-snippets/CodeSnippets.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ class CodeSnippets:
2424
})
2525
a.classList.add("snippet-comment-button")
2626
e.insertBefore(a, e.firstChild)
27+
case e => // skip
2728
}

0 commit comments

Comments
 (0)