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
If your user has a dot in it like j.doe then it will cut it off at j and looks for the path with j.description.md at the end and fails with Error: ENOENT: no such file or directory, open '/Users/j.description.md'.
This way the descriptions extension are not imported.
The text was updated successfully, but these errors were encountered:
jsonschema2md/lib/formatInfo.js
Line 67 in 2a0f6f8
If your user has a dot in it like
j.doe
then it will cut it off atj
and looks for the path withj.description.md
at the end and fails withError: ENOENT: no such file or directory, open '/Users/j.description.md'
.This way the descriptions extension are not imported.
The text was updated successfully, but these errors were encountered: