This is the error…
Line 7: No tab with id: 1313135759.
Here is some code to replicate it. Start with two tabs and start macro on left tab.
In my code, the close and tab=0 are many lines apart.
If I change the last tab=0 to tab=1 it still creates an error.
I haven’t found a workaround yet
{
"Name": "test close",
"CreationDate": "2022-10-6",
"Commands": [
{
"Command": "echo",
"Target": "1",
"Value": "",
"Description": ""
},
{
"Command": "selectWindow",
"Target": "tab=1",
"Value": "",
"Description": ""
},
{
"Command": "echo",
"Target": "2",
"Value": "",
"Description": ""
},
{
"Command": "selectWindow",
"Target": "tab=0",
"Value": "",
"Description": ""
},
{
"Command": "echo",
"Target": "3",
"Value": "",
"Description": ""
},
{
"Command": "selectWindow",
"Target": "tab=close",
"Value": "",
"Description": ""
},
{
"Command": "selectWindow",
"Target": "tab=0",
"Value": "",
"Description": ""
},
{
"Command": "echo",
"Target": "4",
"Value": "",
"Description": ""
}
]
}