mirror of
https://github.com/netchx/netch.git
synced 2026-05-09 22:54:03 +08:00
Extract TagItem class, Update Nullable
This commit is contained in:
@@ -190,7 +190,7 @@ namespace Netch.Controllers
|
||||
string fileName;
|
||||
try
|
||||
{
|
||||
fileName = p.MainModule!.FileName;
|
||||
fileName = p.MainModule?.FileName ?? throw new Exception(); // TODO what's this exception?
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user