Closed jeqo closed 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.
Thx. I already opened an issue for this: #2 . Therefor I'm closing this, plan is to release a fixed version over the weekend.
Hi,
I receive an error message: "ReferenceError: path is not defined" when I tried to generate PlantUML file.
To fix it I add
To the file: lib/file-utils.coffee, and it works.
If you can add it to update the package would be great.