Skip to content

Commit 7b6d1ea

Browse files
YunchuWangCopilot
andauthored
Update packages/durabletask-js/src/client/client.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c1b78f6 commit 7b6d1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/durabletask-js/src/client/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ export class TaskHubGrpcClient {
606606
const protoFailureDetails = protoState.getFailuredetails();
607607
if (protoFailureDetails) {
608608
failureDetails = new FailureDetails(
609-
protoFailureDetails.getErrortype(),
610609
protoFailureDetails.getErrormessage(),
610+
protoFailureDetails.getErrortype(),
611611
protoFailureDetails.getStacktrace()?.getValue(),
612612
);
613613
}

0 commit comments

Comments
 (0)