mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Pass /continue error to slash command executor
This commit is contained in:
@ -3027,7 +3027,7 @@ async function continueChatCallback(args, prompt) {
|
|||||||
resolve();
|
resolve();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error running /continue command:', error);
|
console.error('Error running /continue command:', error);
|
||||||
reject();
|
reject(error);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user