Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/release27
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed May 9, 2024
2 parents 9db0a35 + 64d7546 commit 4383689
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -46,9 +46,7 @@ export const engineResponseWatcher = {
},
listen(requestId: string): TypedEventEmitter<EngineResponseWithId> {
const eventEmitter = new TypedEventEmitter<EngineResponseWithId>()
logger.error('FUCK')
listeners.set(requestId, (data) => {
logger.error('ASH ' + data.requestId)
eventEmitter.emit(data)
})
return eventEmitter
Expand Down

0 comments on commit 4383689

Please sign in to comment.