Fix compiler warning about unused variable
This commit is contained in:
parent
ca26f2dea6
commit
1b59a60550
@ -388,7 +388,7 @@ OPTIONS
|
||||
this.currentPowerShell.Invoke(null, settings);
|
||||
}
|
||||
}
|
||||
catch (IncompleteParseException e)
|
||||
catch (IncompleteParseException)
|
||||
{
|
||||
incompleteLine = true;
|
||||
cmd = cmd.Trim();
|
||||
|
Loading…
Reference in New Issue
Block a user