From 7d2b9e492b7cfbd00e949e7965a6383251ff005b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 22 Jul 2011 16:59:37 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index bcbd2ef5..141f00e9 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -245,7 +245,7 @@ class Pman_Core_JsCompile extends Pman echo "
$cmd\n";
         echo `$cmd`;
         `$cmd`;
-        
+        exit;
         
         // we should do more checking.. return val etc..
         if (file_exists($output) && ($max < filemtime($output) ) ) {
-- 
2.39.2