mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
@@ -27,7 +27,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Utility
|
||||
{
|
||||
for (int i = 0; i < args.Length; ++i)
|
||||
{
|
||||
string arg = args[i].ToLowerInvariant();
|
||||
string arg = args[i]?.ToLowerInvariant();
|
||||
|
||||
switch (arg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user