markushedvall / node-plantuml

A Node.js module and CLI for running PlantUML
MIT License
189 stars 53 forks source link

Fix encoder #6

Closed dashersw closed 8 years ago

dashersw commented 8 years ago

plantumlEncoder deprecated the use of encodeSync, so it's better to use the correct version here.

The deprecation also caused the encoder to stop working.

markushedvall commented 8 years ago

Thanks again for fixing this!