mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-26 09:35:38 -05:00
Merge branch 'dev' of github.com:Microsoft/sqltoolsservice into dev
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TestEnvConfig
|
||||
{
|
||||
ShowUsage();
|
||||
}
|
||||
else if (File.Exists(arg) == false)
|
||||
else if (!File.Exists(arg))
|
||||
{
|
||||
Console.WriteLine("setting file {0} does not exist.", arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user