mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
fix logging output in prettyprint
This commit is contained in:
parent
6ff536fca7
commit
a5a3bc8b7c
@ -147,7 +147,7 @@ function prettyPrintCommitHistory(commitArr) {
|
||||
_.each(branches, function(v,k){
|
||||
if (v == commit.id) label.push(k);
|
||||
});
|
||||
log.debug(label);
|
||||
log.debug(label.join(' '));
|
||||
if (Array.isArray(commit.parent)) {
|
||||
//console.log("here", commit.parent);
|
||||
var newCommit = commits[commit.parent[0]];
|
||||
|
Loading…
x
Reference in New Issue
Block a user