From 4bf0ad66405c1e2e1b85200a2ffb2248bc0086e6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Jun 2010 17:59:27 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 09ea4e7..290d64e 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -101,6 +101,7 @@ Options = { // this is most likely to come from the command line.. if (this.conf) { var conf = this.conf[0] == '/' ? this.conf : this.baseDir + '/' + this.conf; + print("loading : " + conf); XObject.extend(this, JSON.parse(File.read(conf)));; } // help ?? -- usage.. -- 2.39.2