From 6403c158a530c2414244e070ea5665470711c07e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 17:22:50 +0800 Subject: [PATCH] JSDOC/PackerRun.vala --- JSDOC/PackerRun.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index 3ec1653..5583790 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -26,6 +26,8 @@ namespace JSDOC { "index-files", 0, 0, OptionArg.STRING_ARRAY, ref opt_files_from ,"files that contain listing of files to compile", null }, { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null }, + // fixme -- keepwhite.. cleanup + { null } }; public static string opt_target = ""; @@ -72,7 +74,7 @@ namespace JSDOC if (opt_files.length > 0) { p.loadFiles(opt_files); } - p. + p.packAll(); } -- 2.39.2