Skip to content

Passing of arguments to RED.start() is incorrect when injecting wait function #7

@hlapp

Description

@hlapp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions