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
Validate custom URL template string once, not once per line
Fixes#26
Test Plan:
Made `getTemplate` return null, then triggered blame. Before this change one
error would appear for every line. After this change, a single error appears.
0 commit comments