Closed b5 closed 5 years ago
in current iterations this errors because we end up trying to read a dataset that has no reference. I think when we encounter this we should produce an error and exit.
Fixed by https://github.com/qri-io/qri/pull/871. Specifically, the test is TestNoHistory at api/fsi_test.go.
TestNoHistory
in current iterations this errors because we end up trying to read a dataset that has no reference. I think when we encounter this we should produce an error and exit.