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
Running with deno, note the stack trace is wrong, it shows JS files, not CoffeeScript
> deno run play.js
error: Uncaught Error: nope
throw new Error('nope');
^
at hi (file:///alex/projects/js/play.js:4:9)
at file:///alex/projects/js/play.js:8:1
The text was updated successfully, but these errors were encountered:
Deno doesn't recognise inline source map and prints error stack trace in JS build, not in CoffeeScript source.
CoffeeScript Source:
JS build with inline source map as result of
coffee --compile --no-header --bare --inline-map play.cs
Running with deno, note the stack trace is wrong, it shows JS files, not CoffeeScript
The text was updated successfully, but these errors were encountered: