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
I want to know where exactly that permission requests are placed, so having stacktrace logged with prompt is helpful.
Current output:
$ deno run --prompt ./perf.ts
⚠️ ️Deno requests net access to "localhost:27017". Allow? [y/n (y = yes allow, n = no deny)]
My idea:
$ deno run --prompt ./perf.ts
⚠️ ️Deno requests net access to "localhost:27017". Allow? [y/n (y = yes allow, n = no deny)]
at file:///home/erfanium/Documents/deno_mongo/another_file.ts:2:7
at file:///home/erfanium/Documents/deno_mongo/perf.ts:2:7
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to know where exactly that permission requests are placed, so having stacktrace logged with prompt is helpful.
Current output:
My idea:
Beta Was this translation helpful? Give feedback.
All reactions