This commit is contained in:
as2252258@163.com
2021-04-08 01:43:44 +08:00
parent f2d49d05b2
commit 1e23e299e7
+1 -1
View File
@@ -267,7 +267,7 @@ class Loader extends BaseObject
$directory = $this->splitDirectory($filePath); $directory = $this->splitDirectory($filePath);
if (!empty($output)) { if (!empty($output)) {
$output = DIRECTORY_SEPARATOR . rtrim($output, '/'); $output = DIRECTORY_SEPARATOR . trim($output, '/');
} }
$out_path = ''; $out_path = '';