From a137e6359f7882ffc0767a4e7c67fdc3b9fc6d90 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 Apr 2016 12:13:49 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 35454591..7d4c6045 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -291,7 +291,7 @@ class Pman_Core_JsCompile extends Pman unlink($output); } - //var_dump($output); + var_dump($output); if (!file_exists(dirname($output))) { mkdir(dirname($output), 0755, true); } -- 2.39.2