Skill issue

This commit is contained in:
Cohee 2023-11-24 19:10:09 +02:00
parent a178bdc3b0
commit 4fd68e5be7
1 changed files with 1 additions and 1 deletions

View File

@ -2393,7 +2393,7 @@ export function flushEphemeralStoppingStrings() {
}
console.debug('Flushing ephemeral stopping strings:', EPHEMERAL_STOPPING_STRINGS);
EPHEMERAL_STOPPING_STRINGS.length = 0;
EPHEMERAL_STOPPING_STRINGS.splice(0, EPHEMERAL_STOPPING_STRINGS.length);
}
/**