Skip to content

Commit 7dbedf1

Browse files
fix(overmind): show action name in production
1 parent 6bc95d6 commit 7dbedf1

File tree

1 file changed

+1
-0
lines changed
  • packages/node_modules/overmind/src

1 file changed

+1
-0
lines changed

packages/node_modules/overmind/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ export class Overmind<ThisConfig extends IConfiguration>
396396
[EXECUTION]: true,
397397
parentExecution,
398398
namespacePath,
399+
actionName: name,
399400
getMutationTree: () => {
400401
return this.proxyStateTree.getMutationTree()
401402
},

0 commit comments

Comments
 (0)