diff --git a/src/Wrapped/Share.php b/src/Wrapped/Share.php index eb68d38..ca46882 100644 --- a/src/Wrapped/Share.php +++ b/src/Wrapped/Share.php @@ -179,6 +179,8 @@ public function dir(string $path): array { $output = $this->execute('dir'); $this->execute('cd /'); + //check output for errors + $this->parseOutput($output, $path); return $this->parser->parseDir($output, $path, function (string $path) { return $this->getAcls($path);