Skip to content

Commit 7944411

Browse files
committed
fix: 转换过程中异常处理
1 parent ed004d0 commit 7944411

File tree

5 files changed

+22
-1248
lines changed

5 files changed

+22
-1248
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules\\typescript\\lib"
3+
}

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"description": "",
1515
"dependencies": {
1616
"batch-handle-resource": "link:",
17-
"sharp": "^0.33.4",
18-
"x-crawl": "^10.0.1"
17+
"sharp": "^0.33.4"
1918
},
2019
"devDependencies": {
2120
"@types/node": "^20.14.8",

0 commit comments

Comments
 (0)