Merge remote-tracking branch 'atfgk/Fixed-startup-error' into general-devel

This commit is contained in:
Lucas Nicodemus 2022-12-12 23:47:57 -08:00
commit 6e589ffaee
No known key found for this signature in database

View file

@ -36,10 +36,7 @@ if (args.Length > 0 && args[0].ToLower() == "plugins")
await NugetCLI.Main(items);
return;
}
else
{
Start();
}
Dictionary<string, Assembly> _cache = new Dictionary<string, Assembly>();