Skip to content

Commit ec16fd0

Browse files
authored
fix: use fs/promises for fs.rm (#686)
1 parent fd8f690 commit ec16fd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/native.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,8 +1579,8 @@
15791579
"fs.rm": {
15801580
"id": "fs.rm",
15811581
"type": "native",
1582-
"url": {"type": "node", "id": "api/fs.html#fsrmpath-options-callback"},
1583-
"nodeFeatureId": {"moduleName": "fs", "exportName": "rm"}
1582+
"url": {"type": "node", "id": "api/fs.html#fspromisesrmpath-options"},
1583+
"nodeFeatureId": {"moduleName": "node:fs/promises", "exportName": "rm"}
15841584
},
15851585
"fsPromises": {
15861586
"id": "fsPromises",

0 commit comments

Comments
 (0)