Deno.error #13858
amirhosseinvz94
started this conversation in
Ideas
Deno.error
#13858
Replies: 1 comment
-
try {} catch {} ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm executing users script inside deno, And I do not want the user to know that I am using Deno to do this(jvascript runtime), for example why I need handle errors that come back to user. The user Should not understand that this is a Deno error. Do you have a solution?
Beta Was this translation helpful? Give feedback.
All reactions