Fix: move proxy-mode log out of try-block variable scope
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -189,7 +189,7 @@ export async function rdpWebsocket(fastify: FastifyInstance) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
fastify.log.info({ uuid: readyInstruction[1] }, 'RDP: entering proxy mode');
|
fastify.log.info('RDP: entering proxy mode');
|
||||||
|
|
||||||
// --- Proxy mode ---
|
// --- Proxy mode ---
|
||||||
guacd.on('data', (data: Buffer) => {
|
guacd.on('data', (data: Buffer) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user