WilyWork

Results 5 comments of WilyWork

hi i find the problem. two folder node_modules, example: node_modules and node_modules_test. clear the folder node_modules_test. it's work for me.

Hi, it's working but needs more testing. If you find a bug, please report it. ``` import { ArgumentsHost, Catch } from '@nestjs/common'; import { BaseWsExceptionFilter } from '@nestjs/websockets'; import...

realy, ACK is not always the last parameter, so I made this correction, my current code: ``` import { ArgumentsHost, Catch } from '@nestjs/common'; import { BaseWsExceptionFilter } from '@nestjs/websockets';...