remove unused variable
This commit is contained in:
parent
4a2c3932e7
commit
857df6a384
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Microsoft.DotNet.Cli
|
|||
Console.WriteLine(suggestion);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue