Tuesday 6 June 2017

NodeJS Class functions disabled

I'm trying to create a class named Debugger with a public function in it named log but when I call log() from my other js file it doesn't work. I tried to log in console the object of the class and I can see in the console that my functions are disabled. Why? And how can I enable them?

The class which is not working The error I get



via DrunkenPoney

No comments:

Post a Comment