This commit is contained in:
parent
4f66632e5a
commit
8414ddcb90
|
@ -27,7 +27,6 @@ func initJS(ctx context.Context) {
|
|||
ucl.WithModule(builtins.Strs()),
|
||||
ucl.WithModule(builtins.Time()),
|
||||
ucl.WithModule(builtins.Itrs()),
|
||||
ucl.WithModule(builtins.Lists()),
|
||||
ucl.WithOut(ucl.LineHandler(func(line string) {
|
||||
invokeUCLCallback("onOutLine", line)
|
||||
})),
|
||||
|
|
Loading…
Reference in a new issue