Skip to content

Syntax error preventing init running #554

Closed
@jonogreenz

Description

@jonogreenz

Might only be an issue with older node versions, however pull #552 from today broke everything for me.

res.writeHead(200, { 'Content-Type: application/json' });
should be
res.writeHead(200, { 'Content-Type' : 'application/json' });
on lines 18 and 22

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