We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's a funny bug, that I incidentally encountered, that when I pass userInvocationTable with my own functions, toString() stops working.
userInvocationTable
toString()
I debugged the issue, and it's related to JS Object.toString() function defined in each Object, which userInvocationTable is.
Object.toString()
The text was updated successfully, but these errors were encountered:
Add unit test for the bug with toString and userInvocationTable HL7#156
85c9ab8
Fix bug with toString when userInvocationTable passed
5794612
Closes HL7#156
No branches or pull requests
There's a funny bug, that I incidentally encountered, that when I pass
userInvocationTable
with my own functions,toString()
stops working.I debugged the issue, and it's related to JS
Object.toString()
function defined in each Object, whichuserInvocationTable
is.The text was updated successfully, but these errors were encountered: