This commit is contained in:
parent
f357285045
commit
0ece1b092e
23 changed files with 274 additions and 113 deletions
|
@ -19,7 +19,7 @@ func Scan(b *build.Build) (*core.Environment, error) {
|
|||
}
|
||||
|
||||
go func() {
|
||||
s.queueDirectory(filepath.Join(global.Library, "core"), "core")
|
||||
s.queueDirectory(filepath.Join(global.Library, "run"), "run")
|
||||
s.queue(b.Files...)
|
||||
s.group.Wait()
|
||||
close(s.functions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue