mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 02:47:52 +01:00
Pass /continue error to slash command executor
This commit is contained in:
parent
b4529e75c6
commit
5489dd61a7
@ -3027,7 +3027,7 @@ async function continueChatCallback(args, prompt) {
|
||||
resolve();
|
||||
} catch (error) {
|
||||
console.error('Error running /continue command:', error);
|
||||
reject();
|
||||
reject(error);
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user