mrohland / plantuml

Plantuml package for Atom Text Editor
MIT License
15 stars 6 forks source link

Error trying to generate file on Atom 0.204.0 (Fedora 22) #4

Closed jeqo closed 9 years ago

jeqo commented 9 years ago

Hi,

I receive an error message: "ReferenceError: path is not defined" when I tried to generate PlantUML file.

To fix it I add

path = require('path')

To the file: lib/file-utils.coffee, and it works.

If you can add it to update the package would be great.

mrohland commented 9 years ago

Thx. I already opened an issue for this: #2 . Therefor I'm closing this, plan is to release a fixed version over the weekend.