markushedvall / plantuml-encoder

PlantUML encoder, works in browser & node.js
MIT License
106 stars 15 forks source link

Fix deprecated encodeSync #3

Closed dashersw closed 8 years ago

dashersw commented 8 years ago

encodeSync didn't return the expected value. This is used in https://github.com/markushedvall/node-plantuml/blob/master/lib/node-plantuml.js#L42 and breaks that repo's encode functionality.

markushedvall commented 8 years ago

Hi, Thanks a lot. Can't believe I broke it when I deprecated it.