Skip to content

Commit f237410

Browse files
committed
chore(test): test
1 parent 73b487b commit f237410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/actions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {AppStore} from "./app-store"
66
export class Actions {
77

88
createDispatcher(appStore:AppStore, action:(...n:any[])=>any):()=>void {
9+
console.log("here");
910
return (...n)=>appStore.dispatch(action.call(this, ...n))
1011
}
1112

0 commit comments

Comments
 (0)