mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
优化蓝图结点
This commit is contained in:
@@ -149,6 +149,8 @@ func (gr *Graph) Do(entranceID int64, args ...any) (Port_Array, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gr.variables = map[string]IPort{}
|
gr.variables = map[string]IPort{}
|
||||||
|
gr.context = map[string]*ExecContext{}
|
||||||
|
|
||||||
if gr.globalVariables == nil {
|
if gr.globalVariables == nil {
|
||||||
gr.globalVariables = map[string]IPort{}
|
gr.globalVariables = map[string]IPort{}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user