mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add some debug messages
This commit is contained in:
@ -396,6 +396,7 @@ async function unloadTalkingHead() {
|
||||
console.debug('talkinghead module is disabled');
|
||||
return;
|
||||
}
|
||||
console.debug('expressions: Stopping Talkinghead');
|
||||
|
||||
try {
|
||||
const url = new URL(getApiUrl());
|
||||
@ -418,6 +419,7 @@ async function loadTalkingHead() {
|
||||
console.debug('talkinghead module is disabled');
|
||||
return;
|
||||
}
|
||||
console.debug('expressions: Starting Talkinghead');
|
||||
|
||||
const spriteFolderName = getSpriteFolderName();
|
||||
|
||||
|
Reference in New Issue
Block a user