debug mode: fix slice
This commit is contained in:
parent
6495f062d3
commit
747d9dcbde
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ _setlistener("sim/signals/nasal-dir-initialized", func {
|
|||
return r;
|
||||
}
|
||||
setprop = (func { var _ = setprop; func warn("setprop",
|
||||
globals.string.join("", arg[:-1]), call(_, arg)) })();
|
||||
globals.string.join("", arg[:-2]), call(_, arg)) })();
|
||||
props.Node.setDoubleValue = func warn("setDoubleValue", me.getPath(),
|
||||
props._setDoubleValue(me._g, arg));
|
||||
props.Node.setBoolValue = func warn("setBoolValue", me.getPath(),
|
||||
|
|
Loading…
Add table
Reference in a new issue