-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
S-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug
Description
What happened?
https://github.com/utooland/utoo/blob/next/packages/utoo-web/src/project.ts#L144-L152
执行以下代码不符合预期:
import { Project as UtooProject } from "@utoo/web";
const projectInstance = new UtooProject({
// ...
})
projectInstance.rm(path, { recursive: true }) // ❌
projectInstance.rmdir(path, { recursive: true }) // ✅Expected result
删除文件,与删除文件夹行为保持一致。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
S-Bug-confirmedStatus: report has been confirmed as a valid bugStatus: report has been confirmed as a valid bug