1
0
Fork 0
forked from fun/fun

Added fun_version and env_all as opcodes and some fixes in httpserver. (0.37.30)

This commit is contained in:
Johannes Findeisen 2025-12-28 23:36:37 +01:00
commit a27ff12b08
12 changed files with 126 additions and 6 deletions

View file

@ -61,9 +61,8 @@ class HTTPServer(number port)
content = ""
if (str_ends_with(path, ".fun"))
res = proc_run("fun " + full_path)
res = proc_run("fun" + " " + full_path)
content = res["out"]
//#include <\"full_path\">
else
content = read_file(full_path)