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
Given that RED.start() is not declared as taking an array as first and only argument, it's invocation when injecting our wait function is incorrect. Instead, this should use the function.apply(this, arguments) pattern.