diff --git a/remix/app/components/Commander/Commander.tsx b/remix/app/components/Commander/Commander.tsx index 921c574..d8941f7 100644 --- a/remix/app/components/Commander/Commander.tsx +++ b/remix/app/components/Commander/Commander.tsx @@ -303,6 +303,7 @@ export const Commander = (props) => { try { // first try to execute literal javscript const fn = `() => { return ${commandValue} }` + const tt = thingtime const evalFn = eval(fn) const realVal = evalFn() setThingtime(commandPath, realVal) @@ -353,6 +354,7 @@ export const Commander = (props) => { commanderActive, commandIsAction, commandPath, + thingtime, commandValue, escapedCommandValue, getThingtime,