Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash upon analysis submit #25

Open
rmspeers opened this issue Mar 5, 2019 · 0 comments
Open

Crash upon analysis submit #25

rmspeers opened this issue Mar 5, 2019 · 0 comments

Comments

@rmspeers
Copy link

rmspeers commented Mar 5, 2019

As soon as I submit a file in the node.js web interface, I then get a server crash as follows:

/data/jsprime/jsprime-node# node server.js 
/data/jsprime/jsprime-node/engine.js:149
            convertedFunction.push(newFunction2);
            ^

ReferenceError: convertedFunction is not defined
    at Object.asignFunctionReturnValue (/data/jsprime/jsprime-node/engine.js:149:13)
    at IncomingMessage.<anonymous> (/data/jsprime/jsprime-node/server.js:71:18)
    at IncomingMessage.emit (events.js:202:15)
    at endReadableNT (_stream_readable.js:1129:12)
    at processTicksAndRejections (internal/process/next_tick.js:76:17)

It looks like there may be some broken code here? Is this project being maintained in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant