Skip to content

Commit

Permalink
Add missing cancellation error message to the expected exception buil…
Browse files Browse the repository at this point in the history
…der that can be thrown (#734)
  • Loading branch information
nathanwoctopusdeploy authored Dec 7, 2023
1 parent 0c38a57 commit 1d5361a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public ExceptionContract Build()
new[]
{
"Script execution was cancelled",
"A task was canceled." // Cancellation during StartScript while connecting throws the wrong error
"A task was canceled.", // Cancellation during connection can throw this error
"The operation was cancelled" // Cancellation during connection can throw this error
});
}

Expand Down

0 comments on commit 1d5361a

Please sign in to comment.