fix casting error message type
This drove me insane because it kept complaining about casting an int to a *quickjs.Value as that was the first argument but the call-site was correctly passing in a list... The problem was the 3rd argument was passing in a bool as an int....