Passing of arguments to RED.start() is incorrect when injecting wait function
Closed this issue · 0 comments
hlapp commented
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.