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
CLJS-1907: Improve error message from cljs.reader/read-string
When reading keywords with numbers first. Before this patch, re-matches*
would return nil, and then the aget for token would throw an error that
null is not an object.
0 commit comments