Pass /continue error to slash command executor

5489dd61a758e991196eedc8e1fb34293f328afc

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/slash-commands.js+1 -1
@@ -3027,7 +3027,7 @@ async function continueChatCallback(args, prompt) {
30273027 resolve();
30283028 } catch (error) {
30293029 console.error('Error running /continue command:', error);
30303030 reject(error);
30313031 }
30323032 });
30333033