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
addMapping(): ensure that originalLine and originalColumn are null when original argument was undefined/null. originalLine et all are checked using != null, which won't catch the potential false turning up due to the original code. (#395)
0 commit comments