codeintel: Do not wrap tx.Done errors twice in worker
Created by: efritz
tx.Done
already wraps a new error from done. What we ended up doing before was doubling the error text, which is unnecessary.
Created by: efritz
tx.Done
already wraps a new error from done. What we ended up doing before was doubling the error text, which is unnecessary.