new iter-iter iterator and kern.func-info module
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ func importPluginFromSearchPath(ctx kern.ExprContext, name any) (count int, err
|
||||
var it kern.Iterator
|
||||
dirList := buildSearchDirList(ctx, "plugin", ENV_EXPR_PLUGIN_PATH)
|
||||
count = 0
|
||||
if it, err = NewIterator(name); err != nil {
|
||||
if it, err = NewIterator(ctx, name, nil); err != nil {
|
||||
return
|
||||
}
|
||||
for moduleSpec, err = it.Next(); err == nil; moduleSpec, err = it.Next() {
|
||||
|
||||
Reference in New Issue
Block a user