Explorar el Código

runtime in script

0x4a52466c696e74 hace 2 años
padre
commit
31c82a5dbc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      mjs.go

+ 2 - 0
mjs.go

@@ -128,6 +128,8 @@ func (s *Mjs) Exec(name string, data map[string]interface{}) (modified int64, er
 		return nil
 	}
 
+	vm.Set("runtime", vm)
+
 	vm.Set("log", func(vals ...interface{}) {
 		log.Println(vals...)
 	})