From d7eebd9719339fd0f22eff07a770fb8fd2faf231 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 2 Jan 2016 19:41:11 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/cli.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/cli.js b/ui (gen4)/features/cli.js index 72cee230..accce6e5 100755 --- a/ui (gen4)/features/cli.js +++ b/ui (gen4)/features/cli.js @@ -52,7 +52,9 @@ module.CLI = core.ImageGridFeatures.Feature({ if(this.runtime == 'nw'){ var argv = requirejs('nw.gui').App.argv - // XXX + // XXX appears to have a stray '--help' lodged in + // all the time... + // ...need to test this with a packed exec... console.log('>>>>', argv) } else if(this.runtime == 'node'){