Fix KCLError to have a real message (#6396)

* Fix KCLError to have a real message

* Remove unneeded error exception
This commit is contained in:
Jonathan Tran
2025-04-18 17:13:09 -04:00
committed by GitHub
parent dad0d5488f
commit a0f3f0f50e
2 changed files with 1 additions and 11 deletions

View File

@ -63,16 +63,6 @@ export const isErrorWhitelisted = (exception: Error) => {
'e2e/playwright/can-create-sketches-on-all-planes-and-their-back-sides.spec.ts XY',
project: 'Google Chrome',
},
{
name: '',
message: 'fE',
stack: `
at ET (file:///Users/runner/work/modeling-app/modeling-app/.vite/renderer/main_window/assets/index-DduzBCVE.js:49875:12)
at HGe.clearSceneAndBustCache (file:///Users/runner/work/modeling-app/modeling-app/.vite/renderer/main_window/assets/index-DduzBCVE.js:91941:19)
at async a.onEngineConnectionOpened (file:///Users/runner/work/modeling-app/modeling-app/.vite/renderer/main_window/assets/index-DduzBCVE.js:91538:9)`,
foundInSpec: 'e2e/playwright/testing-constraints.spec.ts',
project: 'Google Chrome',
},
{
name: 'RangeError',
message: 'Position 160 is out of range for changeset of length 0',