small changes
Some checks failed
Build / build (push) Failing after 5m28s
Publish Image / publish (push) Failing after 25s
Test / build (push) Failing after 5m23s

This commit is contained in:
Chuck Smith
2024-03-29 08:18:24 -04:00
parent fb0cebaf56
commit f65d7bfb1c
3 changed files with 97 additions and 0 deletions

View File

@@ -120,6 +120,10 @@ func CompileFiles(files []string, debug bool) error {
continue
}
if debug {
log.Printf("Bytecode:\n%s\n", c.Bytecode())
}
cnt, err := c.Bytecode().Encode()
if err != nil {
fmt.Println(err)