Skip to content

Commit 204ca01

Browse files
fix(microservices): send error on instatiation exception (scoped)
1 parent 7272d0a commit 204ca01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/microservices/listeners-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class ListenersController {
159159
}
160160
const host = new ExecutionContextHost(args);
161161
host.setType('rpc');
162-
exceptionFilter.handle(err, host);
162+
return exceptionFilter.handle(err, host);
163163
}
164164
};
165165
}

0 commit comments

Comments
 (0)