mac
2024-07-25 f9181a9c8125136f597add7c30cb2ff508d54ba7
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
        }