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
The invoke() function in src/auto/injector.js jumps through some hoops to allow two different method signatures: one withlocals and one without. Using some of the following techniques, figure out:
When that change occurred
What was the previous function signature
Why did it change?
The git log subcommand will be your friend here. Github has a built-in version -- the "history" panel -- that you can fall back on. Explore the various options to git log and pay special attention to the flags -S, -G, --pickaxe-regex and --word-diff. They'll help.