kopia lustrzana https://github.com/elk-zone/elk
chore: suppress type error
rodzic
267e50a6a8
commit
161f513a9e
|
@ -17,6 +17,7 @@ export const shikiParser: Parser = (options) => {
|
|||
return promise ?? []
|
||||
|
||||
if (!parser)
|
||||
// @ts-expect-error will be fixed when shiki upgrades
|
||||
parser = createParser(highlighter)
|
||||
|
||||
return parser(options)
|
||||
|
|
Ładowanie…
Reference in New Issue