Replies: 2 comments
-
Is this in canary? There was a bug that broke stacktraces but has since been fixed |
Beta Was this translation helpful? Give feedback.
0 replies
-
I got a similar error with bun v1.0, and this stack trace. I had no idea what module was causing this till I searched for 121 | class AsyncResource {
122 | type;
123 | #snapshot;
124 |
125 | constructor(type, options) {
^
TypeError: Cannot call a class constructor without |new|
at AsyncResource (node:async_hooks:125:26)
at node:readline:114:54
at onData (node:readline:476:34)
at addChunk (node:stream:1940:42)
at readableAddChunk (node:stream:1894:58)
at processTicksAndRejections (:1:2602) |
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
-
I'm getting some Bun errors such as the following with no stack trace as to where the error comes from.
Tried
logLevel = "debug"
in abunfig.toml
and it didn't work.Beta Was this translation helpful? Give feedback.
All reactions