mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
spell checker
This commit is contained in:
@@ -49,7 +49,7 @@ namespace ProjectsEditor
|
|||||||
string[] args = Environment.GetCommandLineArgs();
|
string[] args = Environment.GetCommandLineArgs();
|
||||||
if (args != null && args.Length > 1)
|
if (args != null && args.Length > 1)
|
||||||
{
|
{
|
||||||
Logger.LogInfo($"Strated with a parameter: {args[1]}. Trying to launch that project.");
|
Logger.LogInfo($"Started with a parameter: {args[1]}. Trying to launch that project.");
|
||||||
_mainViewModel.LaunchProject(args[1]);
|
_mainViewModel.LaunchProject(args[1]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user