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
To reproduce simply pass a string with ? in it that's outside of a string to ScriptEvaluator.GetCompletions, for example ScriptEvaluator.GetCompletions("abc?efg"). Easy to reproduce with repl inside of runtime editor. It doesn't lock up when evaluating the same string.
also a | followed by a ? breaks as well, even when inside of a string
even something like "asda|adjasdjaskdj?asd"
The text was updated successfully, but these errors were encountered:
To reproduce simply pass a string with ? in it that's outside of a string to ScriptEvaluator.GetCompletions, for example
ScriptEvaluator.GetCompletions("abc?efg")
. Easy to reproduce with repl inside of runtime editor. It doesn't lock up when evaluating the same string.The text was updated successfully, but these errors were encountered: