mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-20 01:31:31 +02:00
unused change reverted
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user