Update backend connectivity

This commit is contained in:
LukeGus
2025-07-27 19:41:24 -05:00
parent 64ac578d61
commit eb3008d097
3 changed files with 10 additions and 2 deletions

View File

@@ -545,7 +545,6 @@ function verifyTunnelConnection(tunnelName: string, tunnelConfig: TunnelConfig,
});
stream.on('close', (code: number) => {
logger.debug(`Verification for '${tunnelName}' completed with code ${code}, output: '${output}', error: '${errorOutput}'`);
if (code === 0) {
cleanupVerification(true);
} else {