Skip to content

Commit a0761cf

Browse files
rjmholtTylerLeonhardt
authored andcommitted
Remove extraneous exception variable (#649)
1 parent 9d5a2da commit a0761cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Workspace/ScriptRegion.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static ScriptRegion Create(IScriptExtent scriptExtent)
8989
{
9090
scriptExtentText = scriptExtent.Text;
9191
}
92-
catch (ArgumentOutOfRangeException e)
92+
catch (ArgumentOutOfRangeException)
9393
{
9494
scriptExtentText = string.Empty;
9595
}

0 commit comments

Comments
 (0)