unused change reverted

This commit is contained in:
FSSRepo 2023-10-13 12:23:58 -04:00
parent 6358ae5f48
commit a410a9e300

View File

@ -101,6 +101,7 @@ export async function* llama(prompt, params = {}, config = {}) {
if (e.name !== 'AbortError') {
console.error("llama error: ", e);
}
throw e;
}
finally {
controller.abort();