DataObjects/core.sql
[Pman.Core] / JsCompile.php
index 8794e74..81bac8d 100644 (file)
@@ -190,8 +190,8 @@ class Pman_Core_JsCompile  extends Pman
         $seed= System::which('seed');
         $gjs = System::which('gjs');
         
-        if (!$seed) {
-            echo '<!-- seed not installed -->';
+        if (!$seed && !$gjs) {
+            echo '<!-- seed or gjs are  not installed -->';
             return false;
             
         }