This commit is contained in:
Sem van der Hoeven
2020-09-30 15:10:47 +02:00
parent d6b938668f
commit 97f9d863aa

View File

@@ -86,7 +86,10 @@ namespace Client
// wait until we have a tunnel id
while (tunnelId == string.Empty) { }
Write("got tunnel id! " + tunnelId);
if (tunnelId != null)
{
Write("got tunnel id! " + tunnelId);
}
mainCommand = new Command(tunnelId);
}