JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:24:30 +0000 (17:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:24:30 +0000 (17:24 +0800)
JSDOC/Options.js

index 440fb09..2edde25 100644 (file)
@@ -74,7 +74,7 @@ Options = {
         
         if (this.help) {
             this.showHelp();
-            throw "DONE";
+          
         }
         this.LOG.verbose = this.verbose;
         
@@ -196,7 +196,7 @@ Options = {
                 continue;
             }
             print( i + '  ARG  : ' + this[i]);
-            
+            throw "DONE";
         }
     }
 }
\ No newline at end of file