Skip to content

Commit c084057

Browse files
committed
udpate commment
1 parent c34de93 commit c084057

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Abstractions/TaskFailureDetails.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,13 @@ internal CoreFailureDetails ToCoreFailureDetails()
167167
coreEx.FailureDetails?.Properties ?? null);
168168
}
169169

170+
// might need to udpate this later
170171
return new TaskFailureDetails(
171172
exception.GetType().ToString(),
172173
exception.Message,
173174
exception.StackTrace,
174175
FromExceptionRecursive(exception.InnerException),
175-
null);// might need to udpate this later
176+
null);
176177
}
177178

178179
static TaskFailureDetails? FromCoreFailureDetailsRecursive(CoreFailureDetails? coreFailureDetails)

0 commit comments

Comments
 (0)