Skip to content

Commit f76db52

Browse files
committed
discard fire and forget JoinableTask
1 parent 3b93208 commit f76db52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedProject/Core/ReportGenerator/ReportGeneratorUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ IEventAggregator eventAggregator
127127

128128
private void ScriptManager_ShowFCCOutputPaneEvent(object sender, EventArgs e)
129129
{
130-
ThreadHelper.JoinableTaskFactory.RunAsync(() => showFCCOutputPane.ShowAsync());
130+
_ = ThreadHelper.JoinableTaskFactory.RunAsync(() => showFCCOutputPane.ShowAsync());
131131
}
132132

133133
private void ScriptManager_ClearFCCWindowLogsEvent(object sender, EventArgs e)

0 commit comments

Comments
 (0)