You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is still present, and is present in a few occurrences (in diagaram/diagram.go and in diagram/node.go; as well as some similar occurrences in cmd/gen/main.go)
To fix this, we can check if the error is an os.ErrExist error. I will open a fork and PR for this, soon.
When running a go-diagram more then once, the Render method errors with the following message:
mkdir go-diagrams: file exists
Ideally Render supports the option to overwrite the dot file in the go-diagrams directory.
The text was updated successfully, but these errors were encountered: