Xahau / xahaud

Codebase for Xahaud - The consensus, RPC & blockchain app for the Xahau network.
https://xahau.network
ISC License
22 stars 11 forks source link

Certain String functions not available #337

Closed WietseWind closed 1 month ago

WietseWind commented 1 month ago

String fns like: somestring'.slice(0, 4)

tequdev commented 1 month ago

works for me.

trace("TRC", 'somestring'.slice(0, 4), false) TRC: "some"

WietseWind commented 1 month ago

Never mind, with stupid again :( String function on a non string 🤦

WietseWind commented 1 month ago

Edit: I really need more verbose error information @ trace log from QuickJS engine 😂