Skip to content

Commit 11541e0

Browse files
authored
Update TorchBase.cs
1 parent ed79115 commit 11541e0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎Torch/TorchBase.cs‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ static TorchBase()
125125
/// <inheritdoc/>
126126
public IDependencyManager Managers { get; }
127127

128+
public bool IsRestartPending { get; set; }
129+
128130
private bool _init;
129131

130132
/// <summary>
@@ -487,4 +489,4 @@ internal static void RegisterAuxAssembly(Assembly asm)
487489
}
488490
}
489491
}
490-
}
492+
}

0 commit comments

Comments
 (0)