
I've send the command below to token-mod, and get an odd set of messages in the sandbox console
!token-mod --ignore-selected --ids -N9wJUqcnMxBH95QK2M8 --set bar1_value|+4 --set bar2_value|+4
The result in the sandbox console is:
"(node:25) UnhandledPromiseRejectionWarning: TypeError: rollExpression.trim is not a function
at isRollValid (eval at messageHandler (evalmachine.<anonymous>:713:6), <anonymous>:32523:37)
at Object.eval (eval at messageHandler (evalmachine.<anonymous>:713:6), <anonymous>:32561:21)
at _fullfillAttrReq (evalmachine.<anonymous>:688:31)
at messageHandler (evalmachine.<anonymous>:721:6)
at process.<anonymous> (/home/node/d20-api-server/node_modules/tiny-worker/lib/worker.js:65:55)
at process.emit (events.js:314:20)
at emit (internal/child_process.js:877:12)
at processTicksAndRejections (internal/process/task_queues.js:85:21)"
"(node:25) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 8)"
Is anyone else getting odd issues with TokenMod, or is there someting I might have done to get this?