🐛 Fix(custom): fix webdav buffer usage

ISSUES CLOSED: #384
This commit is contained in:
Kuingsmile
2025-09-03 13:27:02 +08:00
parent ef7752bb7f
commit 58ba8331cc
4 changed files with 9 additions and 2 deletions

View File

@@ -94,6 +94,9 @@ try {
},
mime: {
lookup: mime.getType
},
buffer: {
from: Buffer.from
}
})
} catch (error) {