This commit is contained in:
parent
fe3212506d
commit
ed6ae1d306
4 changed files with 37 additions and 32 deletions
|
@ -36,7 +36,7 @@ func Scan(b *build.Build) (*core.Environment, error) {
|
|||
continue
|
||||
}
|
||||
|
||||
all.Functions[f.String()] = f
|
||||
all.Functions[f.UniqueName] = f
|
||||
|
||||
case file, ok := <-s.files:
|
||||
if !ok {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue