mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-21 03:24:13 -05:00
df520db380
We can still get useful error messages out of d.Try without specifically wrapping every single thing that might throw a noms UsageError, so do so. The code is cleaner. Towards issue #176