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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Stacktraces
Sapper does not provide a stack trace. However, on the line below the err object does contain additional details that get discarded at some point.
Describe the bug
Sapper discards the file name, line number, etc. when printing error messages
Logs
Please include browser console and server logs around the time this bug occurred.
To Reproduce
The output does not include a filename or line number:
Expected behavior
Include the details that are present in the error object:
Stacktraces
Sapper does not provide a stack trace. However, on the line below the
err
object does contain additional details that get discarded at some point.sapper/src/core/create_compilers/RollupCompiler.ts
Line 73 in b80346e
Information about your Sapper Installation:
master
Severity
Critical. Developing an application in Sapper is nearly impossible
Additional context
Please note that this bug has a very different root cause than #1221
I got this when trying to develop a Sapper application based off @babichjacob's TypeScript template
The text was updated successfully, but these errors were encountered: