Open hungify opened 2 years ago
I get an error at runtime In app.ts and server.ts. If I use a function, I can catch and log that error but the class can't do it.
server.ts
bootstrap(resolvers).catch((error) => { console.error('ERROR STARTING SERVER: ', error); });
have you try to throw an error into httpException?
I get an error at runtime In app.ts and server.ts. If I use a function, I can catch and log that error but the class can't do it.
server.ts