lite fix
This commit is contained in:
parent
faae84ee1d
commit
351dcabd3e
1 changed files with 2 additions and 1 deletions
|
@ -2939,13 +2939,14 @@ Current version: 91
|
|||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
retry_preserve_last = true;
|
||||
console.error('Error:', error);
|
||||
clear_poll_flags();
|
||||
render_gametext();
|
||||
if(error.name!="AbortError") //aborts are silent
|
||||
{
|
||||
msgbox("Error while submitting prompt: " + error);
|
||||
}else{
|
||||
retry_preserve_last = true;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue