Skip to content

Commit 466d587

Browse files
committed
fix(share): add warning more info
1 parent 792fd8e commit 466d587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactant-share/src/delegate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const delegate = ((module, key, args, options = {}) => {
115115
}
116116
if (__DEV__) {
117117
console.warn(
118-
`The sequence of the action is not consistent.`,
118+
`The sequence of the action is not consistent in ${target[identifierKey]}.${key}.`,
119119
sequence,
120120
portDetector.lastAction.sequence
121121
);

0 commit comments

Comments
 (0)