refactor(markdown): Replace using with try-finally

This commit is contained in:
hyper
2026-06-25 20:33:08 +08:00
parent 1a4ae417fe
commit f19c7ff77c
2 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
"outDir": "./dist",
"rootDir": "./src",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": ["node", "jest"]
"types": ["node", "jest"],
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist"],
}