mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +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.context = map[string]*ExecContext{}
|
||||
|
||||
if gr.globalVariables == nil {
|
||||
gr.globalVariables = map[string]IPort{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user