-
Notifications
You must be signed in to change notification settings - Fork 12
Errors with Typescript call stacks #14
Copy link
Copy link
Open
Description
When there's an error from the main process, errors are reported referencing line numbers of JS files in the dist folder, e.g. the compiled output:
(node:59233) UnhandledPromiseRejectionWarning: TypeError: settings_1.Settings.get(...) is not a function or its return value is not iterable
at SomeCode (/<project path>/dist/main/main.js:231:44)
...etc
at process._tickCallback (internal/process/next_tick.js:68:7)
It'd be awesome if these could be reported back to the developer with source maps so there's a Typescript file and line number there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels