From 26e81ed4f3a2bb69c887e04a62833e82a6b4e38e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Dec 2020 17:48:28 +0800 Subject: [PATCH] show failed command --- AssetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetTrait.php b/AssetTrait.php index d71d8106..11770eeb 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -345,7 +345,7 @@ trait Pman_Core_AssetTrait { clearstatcache(); if (!file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$routput)) { - echo "\n"; + echo "\n"; echo "\n"; return; } -- 2.39.2