Avoid connection accumulation

This commit is contained in:
fbsanchez 2021-05-19 17:44:07 +02:00
parent 538e7beb48
commit 4711ca4856
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function createVisualConsole(
"[API]",
error.message
);
done();
abortable.abort();
return;
}