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');
|
console.debug('talkinghead module is disabled');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
console.debug('expressions: Stopping Talkinghead');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const url = new URL(getApiUrl());
|
const url = new URL(getApiUrl());
|
||||||
@ -418,6 +419,7 @@ async function loadTalkingHead() {
|
|||||||
console.debug('talkinghead module is disabled');
|
console.debug('talkinghead module is disabled');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
console.debug('expressions: Starting Talkinghead');
|
||||||
|
|
||||||
const spriteFolderName = getSpriteFolderName();
|
const spriteFolderName = getSpriteFolderName();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user