We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5a2da commit a0761cfCopy full SHA for a0761cf
src/PowerShellEditorServices/Workspace/ScriptRegion.cs
@@ -89,7 +89,7 @@ public static ScriptRegion Create(IScriptExtent scriptExtent)
89
{
90
scriptExtentText = scriptExtent.Text;
91
}
92
- catch (ArgumentOutOfRangeException e)
+ catch (ArgumentOutOfRangeException)
93
94
scriptExtentText = string.Empty;
95
0 commit comments