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
It will give me an error with the following:
Exception { message: Some("a is not defined"), stack: Some(" at default (userFunction:1:1)\n") }
However i would expect that the line:col is not 1:1 but 2:18
How can i fix this?
The text was updated successfully, but these errors were encountered:
I have an issue with the returned linenumbers.
When i use:
It will give me an error with the following:
Exception { message: Some("a is not defined"), stack: Some(" at default (userFunction:1:1)\n") }
However i would expect that the line:col is not 1:1 but 2:18
How can i fix this?
The text was updated successfully, but these errors were encountered: