ccorcos / tuple-database

406 stars 19 forks source link

add more descriptive error message for ReadWriteConflictErrors #16

Closed tanishqkancharla closed 1 year ago

tanishqkancharla commented 1 year ago

@ccorcos added a custom implementation of outdent that's a bit simpler. Also the package.json changed, because I ran prettier, and I guess it was using spaces (it's been converted to tabs, since that's in the prettier config). That's also the only difference to the package-lock.

ccorcos commented 1 year ago

Run git reset master -- package.json package-lock.json to clean everything up

tanishqkancharla commented 1 year ago

Got it. Since i'm making a PR from my fork, I had to add another remote "upstream" and reset from there.