sprig icon indicating copy to clipboard operation
sprig copied to clipboard

fix #891 - overhaul errors

Open snoglobe opened this issue 10 months ago • 4 comments

plans:

  • overhaul error system
  • make them make more sense
  • remove extraneous info
  • more stuff

snoglobe avatar Apr 10 '24 15:04 snoglobe

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sprig ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 10, 2024 3:38pm

vercel[bot] avatar Apr 10 '24 15:04 vercel[bot]

@snoglobe is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Apr 10 '24 15:04 vercel[bot]

just made it so line numbers align correctly in firefox and chrome, test case:

function hee() {
  throw new Error('haa')
}

function hoo() {
  hee()
}

function hi() {
  hoo()
}

hi()

expected output:

Error: haa
    at hee (index.ts:2:9)
    at hoo (index.ts:6:3)
    at hi (index.ts:10:3)
    at anonymous (index.ts:13:1)

snoglobe avatar Apr 10 '24 15:04 snoglobe

please add clear description and make sure product is aligned w/ whatever this change ends up being after u convert it from draft -> real

grymmy avatar Apr 10 '24 19:04 grymmy

Closing this PR and creating a PR with an updated codebase 🫡

DevIos01 avatar Sep 24 '24 15:09 DevIos01