We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following function:
function comunicate(){ var siblingModuls = modul.sonar(); console.log(siblingModuls.length); }
When I run it, server crashes and return:
in server/lib/modul.js:205 if (fnName.length > 0) { TypeError: Cannot read property 'length' of null`
Node version: v0.10.12
The text was updated successfully, but these errors were encountered:
The codebase needs several updates to be compatible with Node 0.10 and modules updates.
This issue should be fixed when the pull request #38 will be done.
Sorry, something went wrong.
7484eb2
No branches or pull requests
I have the following function:
When I run it, server crashes and return:
Node version: v0.10.12
The text was updated successfully, but these errors were encountered: