are
This commit is contained in:
parent
e56c7782db
commit
f6498ebbea
2 changed files with 4 additions and 0 deletions
|
|
@ -334,7 +334,9 @@ export class GlobalEventService {
|
|||
|
||||
@bindThis
|
||||
public publishInternalEvent<K extends keyof InternalEventTypes>(type: K, value?: InternalEventTypes[K]): void {
|
||||
console.time('time GlobalEventService.publishInternalEvent');
|
||||
this.publish('internal', type, typeof value === 'undefined' ? null : value);
|
||||
console.timeEnd('time GlobalEventService.publishInternalEvent');
|
||||
}
|
||||
|
||||
@bindThis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue