From 7e20bee87f8a9611dedd3b3707ba21a50e8ebfd5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:28:40 +0800 Subject: [PATCH] JSDOC/BuildDocs.js --- JSDOC/BuildDocs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/BuildDocs.js b/JSDOC/BuildDocs.js index e0f9648..59d571d 100644 --- a/JSDOC/BuildDocs.js +++ b/JSDOC/BuildDocs.js @@ -175,7 +175,7 @@ BuildDocs = { File.mkdir(Options.target +"/json"); } - Options.LOG.inform("Copying files from static:" +Options.templatesDir); + Options.LOG.inform("Copying files from static: " +Options.templatesDir); // copy everything in 'static' into File.list(Options.templatesDir + '/static').forEach(function (f) { Options.LOG.inform("Copy " + Options.templatesDir + '/static/' + f + ' to ' + Options.target + '/' + f); -- 2.39.2