lbovet / docson

Documentation for your JSON types
Apache License 2.0
491 stars 97 forks source link

Fix failure to render a schema containing unresolvable refs #82

Open cwalther opened 5 years ago

cwalther commented 5 years ago

When the HTTP request to retrieve a referenced external schema failed, the promise rejection was not properly routed to the promise the rendering code was waiting on, so it continued waiting indefinitely and rendered nothing.

When combined with #81 and #80, this causes the “invoice” and “example2” examples in test.html to appear, which were previously missing.