mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
[chore] Add missing semi
This commit is contained in:
@@ -1861,7 +1861,7 @@ export async function showMoreMessages(messagesToLoad = null) {
|
||||
$('#chat').scrollTop(newHeight - prevHeight);
|
||||
}
|
||||
|
||||
await eventSource.emit(event_types.MORE_MESSAGES_LOADED)
|
||||
await eventSource.emit(event_types.MORE_MESSAGES_LOADED);
|
||||
}
|
||||
|
||||
export async function printMessages() {
|
||||
|
Reference in New Issue
Block a user