Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3f7b4d

Browse files
lgarrondgraham
andauthored
Update src/index.ts
Co-authored-by: David Graham <[email protected]>
1 parent fcff398 commit d3f7b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default class IncludeFragmentElement extends HTMLElement {
145145
if (canceled) return
146146
this.replaceWith(fragment)
147147
this.dispatchEvent(new CustomEvent('include-fragment-replaced'))
148-
} catch (_) {
148+
} catch {
149149
this.classList.add('is-error')
150150
}
151151
}

0 commit comments

Comments
 (0)