schveiguy / raylib-d

Resurrected copy of onroundit's raylib-d
zlib License
55 stars 14 forks source link

raylib-d:install crashes on invalid dub.json #49

Open schveiguy opened 6 months ago

schveiguy commented 6 months ago

dub is somewhat forgiving of invalid json. jsoniopipe is not forgiving, so something like a trailing comma causes a crash with a stack trace.

Better to catch the exception and fall back on just displaying the directives to add.