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 Jul 28, 2023. It is now read-only.
Steps to reproduce
Tell us about your environment:
What steps will reproduce the problem?
Please include code that reproduces the issue.
(new Function('arg','debugger;var ar=[];for(var i=0;i<10;i++){ar[i]=arg}return ar'))('test')
)What is the expected result?
the cursor is supposed to be at position of running code
What happens instead?
Cursor is not at right position and the highlighted line / character is not corresponding of the running code
The text was updated successfully, but these errors were encountered: