Skip to content

Commit dc59784

Browse files
committed
[pwsh profile] Bugfix Add-ExternalDebugView.
1 parent 08f75af commit dc59784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShell/Profile/Developer/Add-ExternalDebugView.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ function Add-ExternalDebugView {
4545
4646
public void View(object @object)
4747
{
48-
Object = @object;
4948
if (Disabled || DisabledGlobally) return;
49+
Object = @object;
5050
if (Debugger.IsAttached)
5151
{
5252
Debugger.Break();

0 commit comments

Comments
 (0)