JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / JSDOC / BuildDocs.js
index e0f9648..59d571d 100644 (file)
@@ -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);