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 14da7a0 commit c587a84Copy full SHA for c587a84
1 file changed
src/actions.ts
@@ -47,7 +47,7 @@ function appendActionEvent(
47
48
return {
49
...action,
50
- nestedActions: [nestedAction]
+ nestedActions: action.nestedActions.concat(nestedAction)
51
}
52
} else if (action.name === event.action) {
53
// the previous call is now complete: set to done and compute the result
0 commit comments