Skip to content

Commit

Permalink
chore: Path for my m1mini changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ztalbot2000 committed Feb 17, 2021
1 parent a9b380a commit 81d5d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/Cmd4AccDocGenerator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/opt/homebrew/bin/node
#!/usr/local/bin/node

// Note:
// Must read https://docs.github.com/en/rest/reference/markdown#render-an-arbitrary-markdown-document
Expand Down Expand Up @@ -1189,6 +1189,6 @@ if ( divLevel == 0)
console.log( "Yahoo ! All lined up. " );
return 0;
} else {
console.log( "Booo ... alignment failed: %s", divLevel );
console.log( "Booo ... alignment failed: %s", ['','+'][Number(divLevel > 0)] + divLevel );
}
return divLevel;

0 comments on commit 81d5d7d

Please sign in to comment.