We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff123e commit 8a4c3a5Copy full SHA for 8a4c3a5
pkg/workflows/wasm/host/standard_tests/host_wasm_write_errors_are_respected/main_wasip1.go
@@ -11,5 +11,5 @@ func main() {
11
rId := rawsdk.DoRequestAsync("[email protected]", "PerformAction", sdk.Mode_MODE_DON, input)
12
13
rawsdk.Await(rId, &basicaction.Outputs{})
14
- rawsdk.SendResponse("should not get get here as Await sends error on errors...")
+ rawsdk.SendResponse("should not get here as Await sends error on errors...")
15
}
0 commit comments