Noting that I observed a typing error at the suspected point below. The error occurred when I created on an index on a new column that does not yet exist on an existing table. As opposed to a more direct error, I observed a problem with the error handling.
|
await resp.body?.cancel(); |
TypeError: resp.body?.cancel is not a function
Noting that I observed a typing error at the suspected point below. The error occurred when I created on an index on a new column that does not yet exist on an existing table. As opposed to a more direct error, I observed a problem with the error handling.
hrana-client-ts/src/http/stream.ts
Line 487 in 4397c81