Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(profiler): clear command does not work
- The loop is supposed to delete the files first and then the directories. - getPathInfo returns a SplFileInfo object for the parent (the folder in our case). - A non-empty directory cannot be deleted. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
- Loading branch information