mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	fix error console.log message
This commit is contained in:
		| @@ -226,7 +226,7 @@ router.post('/status', jsonParser, async function (request, response) { | ||||
|                 if (chatTemplateReply.ok) { | ||||
|                     response.setHeader('x-supports-chat-template', 'true'); | ||||
|                 } else { | ||||
|                     console.log(`ct res = ${JSON.stringify(chatTemplateReply)}`); | ||||
|                     console.log(`chat_template error: ${JSON.stringify(chatTemplateReply)}`); | ||||
|                 } | ||||
|             } catch (error) { | ||||
|                 console.error(`Failed to fetch chat template info: ${error}`); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user