Skip to content

Commit

Permalink
Update DynamoModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Apr 23, 2024
1 parent f474446 commit 3c37ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DynamoCore/Models/DynamoModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,7 @@ public void Dispose()
LogWarningMessageEvents.LogWarningMessage -= LogWarningMessage;
LogWarningMessageEvents.LogInfoMessage -= LogInfoMessage;
DynamoConsoleLogger.LogMessageToDynamoConsole -= LogMessageWrapper;
DynamoConsoleLogger.LogErrorToDynamoConsole -= LogErrorMessageWrapper;
foreach (var ws in _workspaces)
{
ws.Dispose();
Expand Down

0 comments on commit 3c37ceb

Please sign in to comment.