You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to use error handler, however I'm not able to use it
Can anyone help?
import{Application}from"https://deno.land/x/oak/mod.ts";constapp=newApplication();app.use((ctx)=>{ctx.throw(500);// Uncaught ReferenceError: ErrorEvent is not defined});app.addEventListener("error",(evt)=>{console.log(evt.error);});awaitapp.listen({port: 8000});
Stdout:
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to use error handler, however I'm not able to use it
Can anyone help?
Stdout:
The text was updated successfully, but these errors were encountered: