You could override the fire method of the event bus to log all the events that are being fired. class EventBusLogger { constructor(eventBus) { ...
確定! 回上一頁