error message changed

the uuids also changed because the error is hit before execute even
starts.
This commit is contained in:
Paul Tagliamonte
2025-04-10 15:46:41 -04:00
parent b1d6020625
commit 864d8eaa97
2 changed files with 8 additions and 38 deletions

View File

@ -2,31 +2,4 @@
source: kcl-lib/src/simulation_tests.rs
description: Artifact commands import_cycle1.kcl
---
[
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "edge_lines_visible",
"hidden": false
}
},
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "object_visible",
"object_id": "[uuid]",
"hidden": true
}
},
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "object_visible",
"object_id": "[uuid]",
"hidden": true
}
}
]
[]