Added main prefix
This commit is contained in:
@ -47,7 +47,7 @@ func Compile(functions <-chan *core.Function, errs <-chan error) (Result, error)
|
||||
}
|
||||
|
||||
// Check for existence of `main`
|
||||
main, exists := all["main"]
|
||||
main, exists := all["main.main"]
|
||||
|
||||
if !exists {
|
||||
return result, errors.MissingMainFunction
|
||||
|
Reference in New Issue
Block a user