Skip to content

Commit

Permalink
Avoid mangling output with debugging comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed May 24, 2019
1 parent 3279ac7 commit 28c2308
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/postproc/phototypesetter.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ export default class Phototypesetter {
this.output += char in this.glyphNames
? `C${this.glyphNames[char]}\nw`
: `c${char}\nw`;
if(this.debug)
this.output += "\n";
}


Expand Down

0 comments on commit 28c2308

Please sign in to comment.