실행환경검사 invoke 오류 수정

This commit is contained in:
ChiKyun Kim
2025-07-29 08:38:21 +09:00
parent e309864262
commit c0eb33f60a
22 changed files with 773 additions and 209 deletions

View File

@@ -234,8 +234,9 @@ namespace Project
InitWebView = 1;
}
catch
catch(Exception ex)
{
Console.WriteLine(ex.Message);
InitWebView = 2;
}
}