Require package() function to be present

This commit is contained in:
Arsen Musayelyan 2022-09-30 13:50:17 -07:00
parent 28809828c2
commit 7d6d22cf69
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ func buildPackage(ctx context.Context, script string, mgr manager.Manager) ([]st
if err != nil {
return nil, nil, err
}
} else {
log.Fatal("The package() function is required").Send()
}
uniq(