#Error messages are way too big?

1 messages · Page 1 of 1 (latest)

storm seal
#

I started the project running "bun start"
I suppose the error is pointing to the "transpiled" version of the code, is there any way to fix this? I'm using typescript with bun

somber vine
#

this is actually pointing to the first file in the stack, prisma's library.js
we need to not print the whole line of source code but ideally just like 100 chars of it

or print the first line of user code, but sometimes it is helpful to have the code snippet point at the library