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
wetzel main.json fails with Error: Unable to find $ref ../child2.json, but works if I change the $ref in child1 to ./child2.json, as if child1 is located in the same directory as child2.
The text was updated successfully, but these errors were encountered:
I'm not sure if it's the intended behaviour, but it feels like it shouldn't be.
./main.json
:./subdir/child1.json
:./child2.json
:wetzel main.json
fails withError: Unable to find $ref ../child2.json
, but works if I change the$ref
in child1 to./child2.json
, as if child1 is located in the same directory as child2.The text was updated successfully, but these errors were encountered: