mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Add remove(), removeAll().
and removeSync(), removeAllSync().
This commit is contained in:
parent
7c50c11f40
commit
1ffae65165
8 changed files with 441 additions and 7 deletions
|
@ -123,4 +123,3 @@ test(async function lstatNotFound() {
|
|||
assert(caughtError);
|
||||
assertEqual(badInfo, undefined);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue