From 5b0b60ec44fe380318b013a72ca9ba2a8e555ab0 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 7 Jun 2015 13:53:32 -0700 Subject: [PATCH] fix crash in haruki template (#1005) --- templates/haruki/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/haruki/publish.js b/templates/haruki/publish.js index 21f6847a..3a505a8a 100644 --- a/templates/haruki/publish.js +++ b/templates/haruki/publish.js @@ -211,7 +211,7 @@ exports.publish = function(data, opts) { console.log( xml('jsdoc', root) ); } else { - global.dump(root); + console.log( require('jsdoc/util/dumper').dump(root) ); } } else {