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 Sep 6, 2021. It is now read-only.
Result: Uncaught SyntaxError: Invalid regular expression: /.($/: Unterminated group
in FileUtils._getFilenameWithoutExtension(), called via the jsTree sort callback in ProjectManager._renderTree().
If you repeat step 1, nothing happens -- the tree widget is basically non-functioning.
Expected:
No error, since it's a valid filename.
The text was updated successfully, but these errors were encountered:
I think this will be fixed by #4846 assuming the code review advice about not using regexp is followed. Assigning to @JeffryBooher since he owns that code review.
foo.(
Result:
Uncaught SyntaxError: Invalid regular expression: /.($/: Unterminated group
in FileUtils._getFilenameWithoutExtension(), called via the jsTree
sort
callback in ProjectManager._renderTree().If you repeat step 1, nothing happens -- the tree widget is basically non-functioning.
Expected:
No error, since it's a valid filename.
The text was updated successfully, but these errors were encountered: