You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
If there are errors in the JavaScript the full HTML source is displayed in the output pane. A more usable output would only display the actual error message and the line number.
For example an more readable error message might be:
Error on line 4: ReferenceError: foo is not defined
not the following:
<title>500 Internal Server Error</title>
500 Internal Server Error
JS-JAVASCRIPT: Error running JavaScript request: ReferenceError: O is not defined
at 4:0 [JavaScript]
at 4:3,
in xdmp:eval("var o=[]; for (var i =0; i<10; i++) o.push(i) foo ", (), <options xmlns="xdmp:eval"><isolation>different-transaction</isolation><database>1406750404...</options>) [JavaScript]
at 4:3 [1.0-ml]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If there are errors in the JavaScript the full HTML source is displayed in the output pane. A more usable output would only display the actual error message and the line number.
For example an more readable error message might be:
not the following:
<title>500 Internal Server Error</title>500 Internal Server Error
in xdmp:eval("var o=[]; for (var i =0; i<10; i++) o.push(i) foo ", (), <options xmlns="xdmp:eval"><isolation>different-transaction</isolation><database>1406750404...</options>) [JavaScript]
The text was updated successfully, but these errors were encountered: