wxr
2024-07-16 cbc156bc38d8b8eae7aef60cb186ab2b52fa701f
HDL_ON/UI/MainPage.cs
@@ -649,6 +649,7 @@
        {
#if DEBUG
            Console.WriteLine($"{tag}-->{msg}");
#endif
            if (tag == "error")
            {
                new System.Threading.Thread(async () =>
@@ -657,7 +658,6 @@
                })
                { IsBackground = true }.Start();
            }
#endif
        }