mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove async from event handler
This commit is contained in:
@ -998,7 +998,7 @@ function parseReasoningFromString(str, { strict = true } = {}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function registerReasoningAppEvents() {
|
function registerReasoningAppEvents() {
|
||||||
const eventHandler = async (/** @type {number} */ idx) => {
|
const eventHandler = (/** @type {number} */ idx) => {
|
||||||
if (!power_user.reasoning.auto_parse) {
|
if (!power_user.reasoning.auto_parse) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user