fix crash in haruki template (#1005)

This commit is contained in:
Jeff Williams 2015-06-07 13:53:32 -07:00
parent 6b8517319f
commit 5b0b60ec44

View File

@ -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 {