fix missed root path in tree

This commit is contained in:
ghost 2024-02-02 15:18:03 +02:00
parent fe2e6502e6
commit 2bcb1f6418

View File

@ -182,6 +182,8 @@ class Filesystem
{
case is_dir($file):
$this->_tree[$path] = [];
$this->_index($file);
break;