We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f63e3 commit 30c6f51Copy full SHA for 30c6f51
src/common/event/eventEmitter.ts
@@ -6,7 +6,7 @@ export class EventEmitter {
6
if (events && events.length > 0) {
7
// The log for development
8
events.forEach((callEvent) => {
9
- callEvent(args);
+ callEvent(...args);
10
});
11
}
12
0 commit comments