mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
fix step while inside subscope
This commit is contained in:
parent
00652cce0a
commit
ca70304248
@ -51,7 +51,7 @@ export class SlashCommandDebugController {
|
||||
this.stepStack.forEach((_,idx)=>this.stepStack[idx] = false);
|
||||
}
|
||||
step() {
|
||||
this.stepStack[this.stepStack.length - 1] = true;
|
||||
this.stepStack.forEach((_,idx)=>this.stepStack[idx] = true);
|
||||
this.continueResolver?.(true);
|
||||
this.continuePromise = null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user