-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
It don't work while I running the example below.
// To delete all subdirectories inside public/, you can do:
del.sync(['public/*/']);
However, It works correctly as below:
del.sync(['public/*'])
Is this a doc error or a bug? My installed version is "5.1.0"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels