Skip to content

runjs --nodejs --debug app.coffee #20

@aadityabhatia

Description

@aadityabhatia

runjs does not allow passing debug flags to the coffee parser. In this case, since the second argument is "--nodejs" and not "app.coffee", runjs uses node instead of coffee as the parser, which obviously fails.

Placing the flags after "app.coffee" as follows does not trigger the debugger: runjs app.coffee --nodejs --debug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions