@@ -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)
The note is not visible to the blocked user.