Add remove(), removeAll().

and removeSync(), removeAllSync().
This commit is contained in:
Kevin (Kun) "Kassimo" Qian 2018-09-10 20:40:03 -07:00 committed by Ryan Dahl
parent 7c50c11f40
commit 1ffae65165
8 changed files with 441 additions and 7 deletions

View file

@ -123,4 +123,3 @@ test(async function lstatNotFound() {
assert(caughtError);
assertEqual(badInfo, undefined);
});