KCL: Rephrase confusing error msg (#6436)
Before: × undefined value: memory item key `foo` is not defined Now: × undefined value: `foo` is not defined
This commit is contained in:
@ -462,7 +462,7 @@ const theExtrude = startSketchOn(XY)
|
||||
await expect(exe(code)).rejects.toEqual(
|
||||
new KCLError(
|
||||
'undefined_value',
|
||||
'memory item key `myVarZ` is not defined',
|
||||
'`myVarZ` is not defined',
|
||||
topLevelRange(129, 135),
|
||||
[],
|
||||
[],
|
||||
|
Reference in New Issue
Block a user