mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix crash in haruki template (#1005)
This commit is contained in:
parent
6b8517319f
commit
5b0b60ec44
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user