修复断言错误

This commit is contained in:
jimleerx
2025-11-12 00:55:22 +08:00
parent bc4155ce82
commit f4e7112d4c
2 changed files with 1 additions and 1 deletions

BIN
dist.zip

Binary file not shown.

View File

@@ -30,6 +30,6 @@ export function transformerNotationSkip(
return false
},
undefined, // remove empty lines
)
) as ShikiTransformer
}