Merge remote-tracking branch 'atfgk/Fixed-startup-error' into general-devel
This commit is contained in:
commit
6e589ffaee
1 changed files with 1 additions and 4 deletions
|
|
@ -36,10 +36,7 @@ if (args.Length > 0 && args[0].ToLower() == "plugins")
|
||||||
await NugetCLI.Main(items);
|
await NugetCLI.Main(items);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
Start();
|
|
||||||
}
|
|
||||||
|
|
||||||
Dictionary<string, Assembly> _cache = new Dictionary<string, Assembly>();
|
Dictionary<string, Assembly> _cache = new Dictionary<string, Assembly>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue